Html Css Color HEX #406ABE Free Speech Blue

📋 copy color: '#406ABE'

red 64 ◦ green 106 ◦ blue 190

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

Shades of Free Speech Blue #406ABE

Tints of Free Speech Blue #406ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 17.78%
G = 29.44%
B = 52.78%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406ABE (or 0x406ABE) is known color: Free Speech Blue. HEX triplet: 40, 6A and BE. RGB value is (64,106,190). Sum of RGB (Red+Green+Blue) = 64+106+190=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #406ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ABE is #BF9541. Grayscale: #666666. Windows color (decimal): -12555586 or 12479040. OLE color: 12479040.

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

Color convert

RGB 64 106 190 -
CMYK 0.66 0.44 0 0.25
HSL 220º 0.5% 0.5% -
HSV(B) 220º 0.66% 0.75% -
XYZ 16.56 15.12 50.76 -
YUV 103.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 64 106 190 0.66 0.44 0 0.25 220 0.5 0.5
Hex 40 6A BE 42 2C 0 19 DC 32 32
Octal 100 152 276 102 54 0 31 334 62 62
Binary 1000000 1101010 10111110 1000010 101100 0 11001 11011100 110010 110010

Color Harmonies of #406ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ABE

Black with #406ABE

Text Example


Text Example

White with #406ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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