Html Css Color HEX #4051BB Free Speech Blue

📋 copy color: '#4051BB'

red 64 ◦ green 81 ◦ blue 187

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

Shades of Free Speech Blue #4051BB

Tints of Free Speech Blue #4051BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

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

R = 19.28%
G = 24.4%
B = 56.33%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4051BB (or 0x4051BB) is known color: Free Speech Blue. HEX triplet: 40, 51 and BB. RGB value is (64,81,187). Sum of RGB (Red+Green+Blue) = 64+81+187=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #4051BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051BB is #BFAE44. Grayscale: #575757. Windows color (decimal): -12561989 or 12276032. OLE color: 12276032.

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

Color convert

RGB 64 81 187 -
CMYK 0.66 0.57 0 0.27
HSL 231.71º 0.49% 0.49% -
HSV(B) 231.71º 0.66% 0.73% -
XYZ 14.03 10.56 48.31 -
YUV 88 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 64 81 187 0.66 0.57 0 0.27 231.71 0.49 0.49
Hex 40 51 BB 42 39 0 1B E8 31 31
Octal 100 121 273 102 71 0 33 350 61 61
Binary 1000000 1010001 10111011 1000010 111001 0 11011 11101000 110001 110001

Color Harmonies of #4051BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4051BB

Black with #4051BB

Text Example


Text Example

White with #4051BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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