#4863CD

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

Shades of Free Speech Blue #4863CD

Tints of Free Speech Blue #4863CD

Color information

#4863CD (or 0x4863CD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 63 and CD. RGB value is (72,99,205). Sum of RGB (Red+Green+Blue) = 72+99+205=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #4863CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4863CD is #B79C32. Grayscale: #666666. Windows color (decimal): -12033075 or 13460296. OLE color: 13460296.

HSL color Cylindrical-coordinate representation of color #4863CD: hue angle of 227.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4863CD is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7299205-
CMYK0.650.5200.20
HSL227.82º57.08%54.31%-
HSV(B)227.82º64.88%80.39%-
XYZ18.1514.7159.64-
YUV103.01185.55105.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=19.15%
G=26.33%
B=54.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72992050.650.5200.20227.8257.0854.31
Hex4863CD4134014e43936
Octal110143315101640243447166
Binary1001000110001111001101100000111010001010011100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4863CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4863CD; }

 p { color: rgb(72,99,205); }

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

<style>
 a { background-color: #4863CD; }

 a { background-color: rgb(72,99,205); }

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

<style>
 span { border-color: #4863CD; }

 span { border-color: rgb(72,99,205); }

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