Html Css Color HEX #406ABB Free Speech Blue

📋 copy color: '#406ABB'

red 64 ◦ green 106 ◦ blue 187

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

Shades of Free Speech Blue #406ABB

Tints of Free Speech Blue #406ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 17.93%
G = 29.69%
B = 52.38%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#406ABB (or 0x406ABB) is known color: Free Speech Blue. HEX triplet: 40, 6A and BB. RGB value is (64,106,187). Sum of RGB (Red+Green+Blue) = 64+106+187=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #406ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ABB is #BF9544. Grayscale: #666666. Windows color (decimal): -12555589 or 12282432. OLE color: 12282432.

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

Color convert

RGB 64 106 187 -
CMYK 0.66 0.43 0 0.27
HSL 219.51º 0.49% 0.49% -
HSV(B) 219.51º 0.66% 0.73% -
XYZ 16.24 14.99 49.05 -
YUV 102.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 64 106 187 0.66 0.43 0 0.27 219.51 0.49 0.49
Hex 40 6A BB 42 2B 0 1B DC 31 31
Octal 100 152 273 102 53 0 33 334 61 61
Binary 1000000 1101010 10111011 1000010 101011 0 11011 11011100 110001 110001

Color Harmonies of #406ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ABB

Black with #406ABB

Text Example


Text Example

White with #406ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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