#4865BB

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

Shades of Free Speech Blue #4865BB

Tints of Free Speech Blue #4865BB

Color information

#4865BB (or 0x4865BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 65 and BB. RGB value is (72,101,187). Sum of RGB (Red+Green+Blue) = 72+101+187=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #4865BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865BB is #B79A44. Grayscale: #656565. Windows color (decimal): -12032581 or 12281160. OLE color: 12281160.

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

Color convert

RGB72101187-
CMYK0.610.4600.27
HSL224.87º45.82%50.78%-
HSV(B)224.87º61.5%73.33%-
XYZ16.314.2748.91-
YUV102.13175.89106.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=20%
G=28.06%
B=51.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721011870.610.4600.27224.8745.8250.78
Hex4865BB3D2E01Be12e33
Octal11014527375560333415663
Binary100100011001011011101111110110111001101111100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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