#4863C9

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

Shades of Free Speech Blue #4863C9

Tints of Free Speech Blue #4863C9

Color information

#4863C9 (or 0x4863C9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 63 and C9. RGB value is (72,99,201). Sum of RGB (Red+Green+Blue) = 72+99+201=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #4863C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4863C9 is #B79C36. Grayscale: #666666. Windows color (decimal): -12033079 or 13198152. OLE color: 13198152.

HSL color Cylindrical-coordinate representation of color #4863C9: hue angle of 227.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4863C9 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7299201-
CMYK0.640.5100.21
HSL227.44º54.43%53.53%-
HSV(B)227.44º64.18%78.82%-
XYZ17.6814.5257.13-
YUV102.56183.55106.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 201 (78.91% from 255) = 54.03%
R=19.35%
G=26.61%
B=54.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72992010.640.5100.21227.4454.4353.53
Hex4863C94033015e33636
Octal110143311100630253436666
Binary1001000110001111001001100000011001101010111100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4863C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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