Html Css Color HEX #4047BB Free Speech Blue

📋 copy color: '#4047BB'

red 64 ◦ green 71 ◦ blue 187

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

Shades of Free Speech Blue #4047BB

Tints of Free Speech Blue #4047BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 19.88%
G = 22.05%
B = 58.07%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4047BB (or 0x4047BB) is known color: Free Speech Blue. HEX triplet: 40, 47 and BB. RGB value is (64,71,187). Sum of RGB (Red+Green+Blue) = 64+71+187=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #4047BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047BB is #BFB844. Grayscale: #515151. Windows color (decimal): -12564549 or 12273472. OLE color: 12273472.

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

Color convert

RGB 64 71 187 -
CMYK 0.66 0.62 0 0.27
HSL 236.59º 0.49% 0.49% -
HSV(B) 236.59º 0.66% 0.73% -
XYZ 13.34 9.18 48.08 -
YUV 82.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 64 71 187 0.66 0.62 0 0.27 236.59 0.49 0.49
Hex 40 47 BB 42 3E 0 1B ED 31 31
Octal 100 107 273 102 76 0 33 355 61 61
Binary 1000000 1000111 10111011 1000010 111110 0 11011 11101101 110001 110001

Color Harmonies of #4047BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4047BB

Black with #4047BB

Text Example


Text Example

White with #4047BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4047BB; }

 p { color: rgb(64,71,187); }

 H1.HeaderClassName
 {
   color: #4047BB;
 }
 .AnyTagClassName
 {
   color: #4047BB;
 }
</style>

background-color css

<style>
 a { background-color: #4047BB; }

 a { background-color: rgb(64,71,187); }

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

border-color css

<style>
 span { border-color: #4047BB; }

 span { border-color: rgb(64,71,187); }

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