Html Css Color HEX #4851BA Free Speech Blue

📋 copy color: '#4851BA'

red 72 ◦ green 81 ◦ blue 186

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

Shades of Free Speech Blue #4851BA

Tints of Free Speech Blue #4851BA

RGB

 RED value IS 72 (28.52% from 255) = 21.24%

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 21.24%
G = 23.89%
B = 54.87%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4851BA (or 0x4851BA) is known color: Free Speech Blue. HEX triplet: 48, 51 and BA. RGB value is (72,81,186). Sum of RGB (Red+Green+Blue) = 72+81+186=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4851BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4851BA is #B7AE45. Grayscale: #595959. Windows color (decimal): -12037702 or 12210504. OLE color: 12210504.

HSL color Cylindrical-coordinate representation of color #4851BA: hue angle of 235.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4851BA is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 81 186 -
CMYK 0.61 0.56 0 0.27
HSL 235.26º 0.45% 0.51% -
HSV(B) 235.26º 0.61% 0.73% -
XYZ 14.48 10.81 47.78 -
YUV 90.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 72 81 186 0.61 0.56 0 0.27 235.26 0.45 0.51
Hex 48 51 BA 3D 38 0 1B EB 2D 33
Octal 110 121 272 75 70 0 33 353 55 63
Binary 1001000 1010001 10111010 111101 111000 0 11011 11101011 101101 110011

Color Harmonies of #4851BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4851BA

Black with #4851BA

Text Example


Text Example

White with #4851BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4851BA; }

 p { color: rgb(72,81,186); }

 H1.HeaderClassName
 {
   color: #4851BA;
 }
 .AnyTagClassName
 {
   color: #4851BA;
 }
</style>

background-color css

<style>
 a { background-color: #4851BA; }

 a { background-color: rgb(72,81,186); }

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

border-color css

<style>
 span { border-color: #4851BA; }

 span { border-color: rgb(72,81,186); }

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