#4851CD

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

Shades of Free Speech Blue #4851CD

Tints of Free Speech Blue #4851CD

Color information

#4851CD (or 0x4851CD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 51 and CD. RGB value is (72,81,205). Sum of RGB (Red+Green+Blue) = 72+81+205=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4851CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4851CD is #B7AE32. Grayscale: #5B5B5B. Windows color (decimal): -12037683 or 13455688. OLE color: 13455688.

HSL color Cylindrical-coordinate representation of color #4851CD: hue angle of 235.94º 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 #4851CD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7281205-
CMYK0.650.6000.20
HSL235.94º57.08%54.31%-
HSV(B)235.94º64.88%80.39%-
XYZ16.6311.6759.13-
YUV92.44191.52113.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=20.11%
G=22.63%
B=57.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72812050.650.6000.20235.9457.0854.31
Hex4851CD413C014ec3936
Octal110121315101740243547166
Binary1001000101000111001101100000111110001010011101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4851CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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