Html Css Color HEX #4851BC Free Speech Blue

📋 copy color: '#4851BC'

red 72 ◦ green 81 ◦ blue 188

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

Shades of Free Speech Blue #4851BC

Tints of Free Speech Blue #4851BC

RGB

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

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

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

R = 21.11%
G = 23.75%
B = 55.13%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4851BC (or 0x4851BC) is known color: Free Speech Blue. HEX triplet: 48, 51 and BC. RGB value is (72,81,188). Sum of RGB (Red+Green+Blue) = 72+81+188=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4851BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4851BC is #B7AE43. Grayscale: #5A5A5A. Windows color (decimal): -12037700 or 12341576. OLE color: 12341576.

HSL color Cylindrical-coordinate representation of color #4851BC: hue angle of 235.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4851BC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 81 188 -
CMYK 0.62 0.57 0 0.26
HSL 235.34º 0.46% 0.51% -
HSV(B) 235.34º 0.62% 0.74% -
XYZ 14.69 10.89 48.91 -
YUV 90.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 72 81 188 0.62 0.57 0 0.26 235.34 0.46 0.51
Hex 48 51 BC 3E 39 0 1A EB 2E 33
Octal 110 121 274 76 71 0 32 353 56 63
Binary 1001000 1010001 10111100 111110 111001 0 11010 11101011 101110 110011

Color Harmonies of #4851BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4851BC

Black with #4851BC

Text Example


Text Example

White with #4851BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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