#4B51CA

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

Shades of Free Speech Blue #4B51CA

Tints of Free Speech Blue #4B51CA

Color information

#4B51CA (or 0x4B51CA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 51 and CA. RGB value is (75,81,202). Sum of RGB (Red+Green+Blue) = 75+81+202=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B51CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B51CA is #B4AE35. Grayscale: #5C5C5C. Windows color (decimal): -11841078 or 13259083. OLE color: 13259083.

HSL color Cylindrical-coordinate representation of color #4B51CA: hue angle of 237.17º 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 #4B51CA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7581202-
CMYK0.630.6000.21
HSL237.17º54.51%54.31%-
HSV(B)237.17º62.87%79.22%-
XYZ16.511.6457.25-
YUV93189.51115.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=20.95%
G=22.63%
B=56.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75812020.630.6000.21237.1754.5154.31
Hex4B51CA3F3C015ed3736
Octal11312131277740253556766
Binary100101110100011100101011111111110001010111101101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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