Html Css Color HEX #406AC2 Free Speech Blue

📋 copy color: '#406AC2'

red 64 ◦ green 106 ◦ blue 194

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

Shades of Free Speech Blue #406AC2

Tints of Free Speech Blue #406AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.3%

R = 17.58%
G = 29.12%
B = 53.3%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#406AC2 (or 0x406AC2) is known color: Free Speech Blue. HEX triplet: 40, 6A and C2. RGB value is (64,106,194). Sum of RGB (Red+Green+Blue) = 64+106+194=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #406AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AC2 is #BF953D. Grayscale: #676767. Windows color (decimal): -12555582 or 12741184. OLE color: 12741184.

HSL color Cylindrical-coordinate representation of color #406AC2: hue angle of 220.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406AC2 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 106 194 -
CMYK 0.67 0.45 0 0.24
HSL 220.62º 0.52% 0.51% -
HSV(B) 220.62º 0.67% 0.76% -
XYZ 17.01 15.29 53.09 -
YUV 103.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 64 106 194 0.67 0.45 0 0.24 220.62 0.52 0.51
Hex 40 6A C2 43 2D 0 18 DD 34 33
Octal 100 152 302 103 55 0 30 335 64 63
Binary 1000000 1101010 11000010 1000011 101101 0 11000 11011101 110100 110011

Color Harmonies of #406AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AC2

Black with #406AC2

Text Example


Text Example

White with #406AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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