Html Css Color HEX #406ABC Free Speech Blue

📋 copy color: '#406ABC'

red 64 ◦ green 106 ◦ blue 188

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

Shades of Free Speech Blue #406ABC

Tints of Free Speech Blue #406ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 17.88%
G = 29.61%
B = 52.51%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#406ABC (or 0x406ABC) is known color: Free Speech Blue. HEX triplet: 40, 6A and BC. RGB value is (64,106,188). Sum of RGB (Red+Green+Blue) = 64+106+188=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #406ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ABC is #BF9543. Grayscale: #666666. Windows color (decimal): -12555588 or 12347968. OLE color: 12347968.

HSL color Cylindrical-coordinate representation of color #406ABC: hue angle of 219.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406ABC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 106 188 -
CMYK 0.66 0.44 0 0.26
HSL 219.68º 0.49% 0.49% -
HSV(B) 219.68º 0.66% 0.74% -
XYZ 16.35 15.03 49.62 -
YUV 102.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 64 106 188 0.66 0.44 0 0.26 219.68 0.49 0.49
Hex 40 6A BC 42 2C 0 1A DC 31 31
Octal 100 152 274 102 54 0 32 334 61 61
Binary 1000000 1101010 10111100 1000010 101100 0 11010 11011100 110001 110001

Color Harmonies of #406ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ABC

Black with #406ABC

Text Example


Text Example

White with #406ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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