#4C51CA

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

Shades of Free Speech Blue #4C51CA

Tints of Free Speech Blue #4C51CA

Color information

#4C51CA (or 0x4C51CA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 51 and CA. RGB value is (76,81,202). Sum of RGB (Red+Green+Blue) = 76+81+202=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 81 (32.03% from 255 or 22.56% 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 #4C51CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C51CA is #B3AE35. Grayscale: #5C5C5C. Windows color (decimal): -11775542 or 13259084. OLE color: 13259084.

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

Color convert

RGB7681202-
CMYK0.620.6000.21
HSL237.62º54.31%54.51%-
HSV(B)237.62º62.38%79.22%-
XYZ16.5811.6957.26-
YUV93.3189.34115.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=21.17%
G=22.56%
B=56.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76812020.620.6000.21237.6254.3154.51
Hex4C51CA3E3C015ee3637
Octal11412131276740253566667
Binary100110010100011100101011111011110001010111101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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