#4B52CA

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

Shades of Free Speech Blue #4B52CA

Tints of Free Speech Blue #4B52CA

Color information

#4B52CA (or 0x4B52CA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 52 and CA. RGB value is (75,82,202). Sum of RGB (Red+Green+Blue) = 75+82+202=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B52CA is #B4AD35. Grayscale: #5D5D5D. Windows color (decimal): -11840822 or 13259339. OLE color: 13259339.

HSL color Cylindrical-coordinate representation of color #4B52CA: hue angle of 236.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B52CA is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7582202-
CMYK0.630.5900.21
HSL236.69º54.51%54.31%-
HSV(B)236.69º62.87%79.22%-
XYZ16.5811.7957.28-
YUV93.59189.18114.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=20.89%
G=22.84%
B=56.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75822020.630.5900.21236.6954.5154.31
Hex4B52CA3F3B015ed3736
Octal11312231277730253556766
Binary100101110100101100101011111111101101010111101101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,82,202); }

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

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

 a { background-color: rgb(75,82,202); }

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

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

 span { border-color: rgb(75,82,202); }

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