#4858CB

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

Shades of Free Speech Blue #4858CB

Tints of Free Speech Blue #4858CB

Color information

#4858CB (or 0x4858CB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 58 and CB. RGB value is (72,88,203). Sum of RGB (Red+Green+Blue) = 72+88+203=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #4858CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858CB is #B7A734. Grayscale: #5F5F5F. Windows color (decimal): -12035893 or 13326408. OLE color: 13326408.

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

Color convert

RGB7288203-
CMYK0.650.5700.20
HSL232.67º55.74%53.92%-
HSV(B)232.67º64.53%79.61%-
XYZ16.9412.6758.05-
YUV96.33188.2110.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=19.83%
G=24.24%
B=55.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72882030.650.5700.20232.6755.7453.92
Hex4858CB4139014e93836
Octal110130313101710243517066
Binary1001000101100011001011100000111100101010011101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4858CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4858CB; }

 p { color: rgb(72,88,203); }

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

<style>
 a { background-color: #4858CB; }

 a { background-color: rgb(72,88,203); }

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

<style>
 span { border-color: #4858CB; }

 span { border-color: rgb(72,88,203); }

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