#4B42CB

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

Shades of Free Speech Blue #4B42CB

Tints of Free Speech Blue #4B42CB

Color information

#4B42CB (or 0x4B42CB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 42 and CB. RGB value is (75,66,203). Sum of RGB (Red+Green+Blue) = 75+66+203=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B42CB is #B4BD34. Grayscale: #535353. Windows color (decimal): -11844917 or 13320779. OLE color: 13320779.

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

Color convert

RGB7566203-
CMYK0.630.6700.20
HSL243.94º56.85%52.75%-
HSV(B)243.94º67.49%79.61%-
XYZ15.639.757.55-
YUV84.31194.98121.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=21.80%
G=19.19%
B=59.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75662030.630.6700.20243.9456.8552.75
Hex4B42CB3F43014f43935
Octal113102313771030243647165
Binary1001011100001011001011111111100001101010011110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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