#4864BB

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

Shades of Free Speech Blue #4864BB

Tints of Free Speech Blue #4864BB

Color information

#4864BB (or 0x4864BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 64 and BB. RGB value is (72,100,187). Sum of RGB (Red+Green+Blue) = 72+100+187=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #4864BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864BB is #B79B44. Grayscale: #656565. Windows color (decimal): -12032837 or 12280904. OLE color: 12280904.

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

Color convert

RGB72100187-
CMYK0.610.4700.27
HSL225.39º45.82%50.78%-
HSV(B)225.39º61.5%73.33%-
XYZ16.214.0848.88-
YUV101.55176.22106.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=20.06%
G=27.86%
B=52.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721001870.610.4700.27225.3945.8250.78
Hex4864BB3D2F01Be12e33
Octal11014427375570333415663
Binary100100011001001011101111110110111101101111100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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