#4867CC

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

Shades of Free Speech Blue #4867CC

Tints of Free Speech Blue #4867CC

Color information

#4867CC (or 0x4867CC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 67 and CC. RGB value is (72,103,204). Sum of RGB (Red+Green+Blue) = 72+103+204=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #4867CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867CC is #B79833. Grayscale: #686868. Windows color (decimal): -12032052 or 13395784. OLE color: 13395784.

HSL color Cylindrical-coordinate representation of color #4867CC: hue angle of 225.91º degrees, saturation: 0.56, 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 #4867CC is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72103204-
CMYK0.650.5000.2
HSL225.91º56.41%54.12%-
HSV(B)225.91º64.71%80%-
XYZ18.4215.4459.14-
YUV105.24183.73104.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 204 (80.08% from 255) = 53.83%
R=19.00%
G=27.18%
B=53.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721032040.650.5000.2225.9156.4154.12
Hex4867CC4132014e23836
Octal110147314101620243427066
Binary1001000110011111001100100000111001001010011100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4867CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4867CC; }

 p { color: rgb(72,103,204); }

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

<style>
 a { background-color: #4867CC; }

 a { background-color: rgb(72,103,204); }

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

<style>
 span { border-color: #4867CC; }

 span { border-color: rgb(72,103,204); }

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