Html Css Color HEX #406AC0 Free Speech Blue

📋 copy color: '#406AC0'

red 64 ◦ green 106 ◦ blue 192

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

Shades of Free Speech Blue #406AC0

Tints of Free Speech Blue #406AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 192 (75.39% from 255) = 53.04%

R = 17.68%
G = 29.28%
B = 53.04%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406AC0 (or 0x406AC0) is known color: Free Speech Blue. HEX triplet: 40, 6A and C0. RGB value is (64,106,192). Sum of RGB (Red+Green+Blue) = 64+106+192=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #406AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AC0 is #BF953F. Grayscale: #666666. Windows color (decimal): -12555584 or 12610112. OLE color: 12610112.

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

Color convert

RGB 64 106 192 -
CMYK 0.67 0.45 0 0.25
HSL 220.31º 0.5% 0.5% -
HSV(B) 220.31º 0.67% 0.75% -
XYZ 16.78 15.2 51.92 -
YUV 103.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 64 106 192 0.67 0.45 0 0.25 220.31 0.5 0.5
Hex 40 6A C0 43 2D 0 19 DC 32 32
Octal 100 152 300 103 55 0 31 334 62 62
Binary 1000000 1101010 11000000 1000011 101101 0 11001 11011100 110010 110010

Color Harmonies of #406AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AC0

Black with #406AC0

Text Example


Text Example

White with #406AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406AC0; }

 p { color: rgb(64,106,192); }

 H1.HeaderClassName
 {
   color: #406AC0;
 }
 .AnyTagClassName
 {
   color: #406AC0;
 }
</style>

background-color css

<style>
 a { background-color: #406AC0; }

 a { background-color: rgb(64,106,192); }

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

border-color css

<style>
 span { border-color: #406AC0; }

 span { border-color: rgb(64,106,192); }

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