Html Css Color HEX #4063BF Free Speech Blue

📋 copy color: '#4063BF'

red 64 ◦ green 99 ◦ blue 191

#4063BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4063BF

Tints of Free Speech Blue #4063BF

RGB

 RED value IS 64 (25.39% from 255) = 18.08%

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 18.08%
G = 27.97%
B = 53.95%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4063BF (or 0x4063BF) is known color: Free Speech Blue. HEX triplet: 40, 63 and BF. RGB value is (64,99,191). Sum of RGB (Red+Green+Blue) = 64+99+191=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #4063BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063BF is #BF9C40. Grayscale: #626262. Windows color (decimal): -12557377 or 12542784. OLE color: 12542784.

HSL color Cylindrical-coordinate representation of color #4063BF: hue angle of 223.46º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4063BF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 99 191 -
CMYK 0.66 0.48 0 0.25
HSL 223.46º 0.5% 0.5% -
HSV(B) 223.46º 0.66% 0.75% -
XYZ 15.98 13.78 51.11 -
YUV 99.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 64 99 191 0.66 0.48 0 0.25 223.46 0.5 0.5
Hex 40 63 BF 42 30 0 19 DF 32 32
Octal 100 143 277 102 60 0 31 337 62 62
Binary 1000000 1100011 10111111 1000010 110000 0 11001 11011111 110010 110010

Color Harmonies of #4063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4063BF

Black with #4063BF

Text Example


Text Example

White with #4063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4063BF; }

 p { color: rgb(64,99,191); }

 H1.HeaderClassName
 {
   color: #4063BF;
 }
 .AnyTagClassName
 {
   color: #4063BF;
 }
</style>

background-color css

<style>
 a { background-color: #4063BF; }

 a { background-color: rgb(64,99,191); }

 div.DivClassName
 {
   background-color: #4063BF;
 }
 .BgClassName
 {
   background-color: #4063BF;
 }
</style>

border-color css

<style>
 span { border-color: #4063BF; }

 span { border-color: rgb(64,99,191); }

 td.TdClassName
 {
   border-color: #4063BF;
 }
 .TagClassName
 {
   border-color: #4063BF;
 }
</style>