#4b42cd

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

Shades of Free Speech Blue #4B42CD

Tints of Free Speech Blue #4B42CD

Color information

#4B42CD (or 0x4B42CD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 42 and CD. RGB value is (75,66,205). Sum of RGB (Red+Green+Blue) = 75+66+205=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B42CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B42CD is #B4BD32. Grayscale: #535353. Windows color (decimal): -11844915 or 13451851. OLE color: 13451851.

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

Color convert

RGB7566205-
CMYK0.630.6800.20
HSL243.88º58.16%53.14%-
HSV(B)243.88º67.8%80.39%-
XYZ15.879.858.81-
YUV84.54195.98121.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 205 (80.47% from 255) = 59.25%
R=21.68%
G=19.08%
B=59.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75662050.630.6800.20243.8858.1653.14
Hex4B42CD3F44014f43a35
Octal113102315771040243647265
Binary1001011100001011001101111111100010001010011110100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b42cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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