#4A42CB

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

Shades of Free Speech Blue #4A42CB

Tints of Free Speech Blue #4A42CB

Color information

#4A42CB (or 0x4A42CB) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 42 and CB. RGB value is (74,66,203). Sum of RGB (Red+Green+Blue) = 74+66+203=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42CB is #B5BD34. Grayscale: #535353. Windows color (decimal): -11910453 or 13320778. OLE color: 13320778.

HSL color Cylindrical-coordinate representation of color #4A42CB: hue angle of 243.5º 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 #4A42CB is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7466203-
CMYK0.640.6700.20
HSL243.5º56.85%52.75%-
HSV(B)243.5º67.49%79.61%-
XYZ15.559.6657.55-
YUV84.01195.15120.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=21.57%
G=19.24%
B=59.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal74662030.640.6700.20243.556.8552.75
Hex4A42CB4043014f43935
Octal1121023131001030243647165
Binary10010101000010110010111000000100001101010011110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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