#4869BE

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

Shades of Free Speech Blue #4869BE

Tints of Free Speech Blue #4869BE

Color information

#4869BE (or 0x4869BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 69 and BE. RGB value is (72,105,190). Sum of RGB (Red+Green+Blue) = 72+105+190=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #4869BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869BE is #B79641. Grayscale: #686868. Windows color (decimal): -12031554 or 12478792. OLE color: 12478792.

HSL color Cylindrical-coordinate representation of color #4869BE: hue angle of 223.22º 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 #4869BE is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72105190-
CMYK0.620.4500.25
HSL223.22º47.58%51.37%-
HSV(B)223.22º62.11%74.51%-
XYZ17.0215.250.75-
YUV104.82176.07104.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=19.62%
G=28.61%
B=51.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721051900.620.4500.25223.2247.5851.37
Hex4869BE3E2D019df3033
Octal11015127676550313376063
Binary100100011010011011111011111010110101100111011111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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