#4B51CB

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

Shades of Free Speech Blue #4B51CB

Tints of Free Speech Blue #4B51CB

Color information

#4B51CB (or 0x4B51CB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 51 and CB. RGB value is (75,81,203). Sum of RGB (Red+Green+Blue) = 75+81+203=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B51CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B51CB is #B4AE34. Grayscale: #5C5C5C. Windows color (decimal): -11841077 or 13324619. OLE color: 13324619.

HSL color Cylindrical-coordinate representation of color #4B51CB: hue angle of 237.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B51CB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7581203-
CMYK0.630.6000.20
HSL237.19º55.17%54.51%-
HSV(B)237.19º63.05%79.61%-
XYZ16.6211.6957.88-
YUV93.11190.01115.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=20.89%
G=22.56%
B=56.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75812030.630.6000.20237.1955.1754.51
Hex4B51CB3F3C014ed3737
Octal11312131377740243556767
Binary100101110100011100101111111111110001010011101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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