Html Css Color HEX #406BBC Free Speech Blue

📋 copy color: '#406BBC'

red 64 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #406BBC

Tints of Free Speech Blue #406BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.81%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 17.83%
G = 29.81%
B = 52.37%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#406BBC (or 0x406BBC) is known color: Free Speech Blue. HEX triplet: 40, 6B and BC. RGB value is (64,107,188). Sum of RGB (Red+Green+Blue) = 64+107+188=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #406BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BBC is #BF9443. Grayscale: #676767. Windows color (decimal): -12555332 or 12348224. OLE color: 12348224.

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

Color convert

RGB 64 107 188 -
CMYK 0.66 0.43 0 0.26
HSL 219.19º 0.49% 0.49% -
HSV(B) 219.19º 0.66% 0.74% -
XYZ 16.45 15.24 49.65 -
YUV 103.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 64 107 188 0.66 0.43 0 0.26 219.19 0.49 0.49
Hex 40 6B BC 42 2B 0 1A DB 31 31
Octal 100 153 274 102 53 0 32 333 61 61
Binary 1000000 1101011 10111100 1000010 101011 0 11010 11011011 110001 110001

Color Harmonies of #406BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BBC

Black with #406BBC

Text Example


Text Example

White with #406BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,188); }

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

background-color css

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

 a { background-color: rgb(64,107,188); }

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

border-color css

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

 span { border-color: rgb(64,107,188); }

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