Html Css Color HEX #406DBF Free Speech Blue

📋 copy color: '#406DBF'

red 64 ◦ green 109 ◦ blue 191

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

Shades of Free Speech Blue #406DBF

Tints of Free Speech Blue #406DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 191 (75% from 255) = 52.47%

R = 17.58%
G = 29.95%
B = 52.47%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406DBF (or 0x406DBF) is known color: Free Speech Blue. HEX triplet: 40, 6D and BF. RGB value is (64,109,191). Sum of RGB (Red+Green+Blue) = 64+109+191=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #406DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DBF is #BF9240. Grayscale: #686868. Windows color (decimal): -12554817 or 12545344. OLE color: 12545344.

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

Color convert

RGB 64 109 191 -
CMYK 0.66 0.43 0 0.25
HSL 218.74º 0.5% 0.5% -
HSV(B) 218.74º 0.66% 0.75% -
XYZ 16.99 15.79 51.44 -
YUV 104.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 64 109 191 0.66 0.43 0 0.25 218.74 0.5 0.5
Hex 40 6D BF 42 2B 0 19 DB 32 32
Octal 100 155 277 102 53 0 31 333 62 62
Binary 1000000 1101101 10111111 1000010 101011 0 11001 11011011 110010 110010

Color Harmonies of #406DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DBF

Black with #406DBF

Text Example


Text Example

White with #406DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,191); }

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

background-color css

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

 a { background-color: rgb(64,109,191); }

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

border-color css

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

 span { border-color: rgb(64,109,191); }

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