#4860B3

Color #4860B3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4860B3

Tints of Free Speech Blue #4860B3

Color information

#4860B3 (or 0x4860B3) is unknown color: approx Free Speech Blue. HEX triplet: 48, 60 and B3. RGB value is (72,96,179). Sum of RGB (Red+Green+Blue) = 72+96+179=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #4860B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860B3 is #B79F4C. Grayscale: #616161. Windows color (decimal): -12033869 or 11755592. OLE color: 11755592.

HSL color Cylindrical-coordinate representation of color #4860B3: hue angle of 226.54º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4860B3 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7296179-
CMYK0.600.4600.30
HSL226.54º42.63%49.22%-
HSV(B)226.54º59.78%70.2%-
XYZ14.991344.37-
YUV98.29173.55109.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=20.75%
G=27.67%
B=51.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72961790.600.4600.30226.5442.6349.22
Hex4860B33C2E01Ee32b31
Octal11014026374560363435361
Binary100100011000001011001111110010111001111011100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4860B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4860B3;
 }
 .AnyTagClassName
 {
   color: #4860B3;
 }
</style>
background-color css

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

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

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

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

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

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