Html Css Color HEX #406ABA Free Speech Blue

📋 copy color: '#406ABA'

red 64 ◦ green 106 ◦ blue 186

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

Shades of Free Speech Blue #406ABA

Tints of Free Speech Blue #406ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 17.98%
G = 29.78%
B = 52.25%

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

#406ABA (or 0x406ABA) is known color: Free Speech Blue. HEX triplet: 40, 6A and BA. RGB value is (64,106,186). Sum of RGB (Red+Green+Blue) = 64+106+186=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #406ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ABA is #BF9545. Grayscale: #666666. Windows color (decimal): -12555590 or 12216896. OLE color: 12216896.

HSL color Cylindrical-coordinate representation of color #406ABA: hue angle of 219.34º 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 #406ABA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 106 186 -
CMYK 0.66 0.43 0 0.27
HSL 219.34º 0.49% 0.49% -
HSV(B) 219.34º 0.66% 0.73% -
XYZ 16.13 14.94 48.49 -
YUV 102.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 64 106 186 0.66 0.43 0 0.27 219.34 0.49 0.49
Hex 40 6A BA 42 2B 0 1B DB 31 31
Octal 100 152 272 102 53 0 33 333 61 61
Binary 1000000 1101010 10111010 1000010 101011 0 11011 11011011 110001 110001

Color Harmonies of #406ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ABA

Black with #406ABA

Text Example


Text Example

White with #406ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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