Html Css Color HEX #4860BB Free Speech Blue

📋 copy color: '#4860BB'

red 72 ◦ green 96 ◦ blue 187

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

Shades of Free Speech Blue #4860BB

Tints of Free Speech Blue #4860BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 20.28%
G = 27.04%
B = 52.68%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4860BB (or 0x4860BB) is known color: Free Speech Blue. HEX triplet: 48, 60 and BB. RGB value is (72,96,187). Sum of RGB (Red+Green+Blue) = 72+96+187=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #4860BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860BB is #B79F44. Grayscale: #626262. Windows color (decimal): -12033861 or 12279880. OLE color: 12279880.

HSL color Cylindrical-coordinate representation of color #4860BB: hue angle of 227.48º degrees, saturation: 0.46, 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 #4860BB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 96 187 -
CMYK 0.61 0.49 0 0.27
HSL 227.48º 0.46% 0.51% -
HSV(B) 227.48º 0.61% 0.73% -
XYZ 15.83 13.33 48.75 -
YUV 99.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 72 96 187 0.61 0.49 0 0.27 227.48 0.46 0.51
Hex 48 60 BB 3D 31 0 1B E3 2E 33
Octal 110 140 273 75 61 0 33 343 56 63
Binary 1001000 1100000 10111011 111101 110001 0 11011 11100011 101110 110011

Color Harmonies of #4860BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4860BB

Black with #4860BB

Text Example


Text Example

White with #4860BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,96,187); }

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

background-color css

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

 a { background-color: rgb(72,96,187); }

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

border-color css

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

 span { border-color: rgb(72,96,187); }

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