#4865BE

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

Shades of Free Speech Blue #4865BE

Tints of Free Speech Blue #4865BE

Color information

#4865BE (or 0x4865BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 65 and BE. RGB value is (72,101,190). Sum of RGB (Red+Green+Blue) = 72+101+190=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #4865BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865BE is #B79A41. Grayscale: #666666. Windows color (decimal): -12032578 or 12477768. OLE color: 12477768.

HSL color Cylindrical-coordinate representation of color #4865BE: hue angle of 225.25º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4865BE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72101190-
CMYK0.620.4700.25
HSL225.25º47.58%51.37%-
HSV(B)225.25º62.11%74.51%-
XYZ16.6214.450.62-
YUV102.48177.39106.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=19.83%
G=27.82%
B=52.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721011900.620.4700.25225.2547.5851.37
Hex4865BE3E2F019e13033
Octal11014527676570313416063
Binary100100011001011011111011111010111101100111100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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