#4B5CC0

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

Shades of Free Speech Blue #4B5CC0

Tints of Free Speech Blue #4B5CC0

Color information

#4B5CC0 (or 0x4B5CC0) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5C and C0. RGB value is (75,92,192). Sum of RGB (Red+Green+Blue) = 75+92+192=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B5CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CC0 is #B4A33F. Grayscale: #616161. Windows color (decimal): -11838272 or 12606539. OLE color: 12606539.

HSL color Cylindrical-coordinate representation of color #4B5CC0: hue angle of 231.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B5CC0 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7592192-
CMYK0.610.5200.25
HSL231.28º48.15%52.35%-
HSV(B)231.28º60.94%75.29%-
XYZ16.2412.9651.51-
YUV98.32180.87111.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=20.89%
G=25.63%
B=53.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75921920.610.5200.25231.2848.1552.35
Hex4B5CC03D34019e73034
Octal11313430075640313476064
Binary100101110111001100000011110111010001100111100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5CC0; }

 p { color: rgb(75,92,192); }

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

<style>
 a { background-color: #4B5CC0; }

 a { background-color: rgb(75,92,192); }

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

<style>
 span { border-color: #4B5CC0; }

 span { border-color: rgb(75,92,192); }

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