#4642CB

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

Shades of Free Speech Blue #4642CB

Tints of Free Speech Blue #4642CB

Color information

#4642CB (or 0x4642CB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 42 and CB. RGB value is (70,66,203). Sum of RGB (Red+Green+Blue) = 70+66+203=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #4642CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642CB is #B9BD34. Grayscale: #525252. Windows color (decimal): -12172597 or 13320774. OLE color: 13320774.

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

Color convert

RGB7066203-
CMYK0.660.6700.20
HSL241.75º56.85%52.75%-
HSV(B)241.75º67.49%79.61%-
XYZ15.259.5157.53-
YUV82.81195.83118.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 203 (79.69% from 255) = 59.88%
R=20.65%
G=19.47%
B=59.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70662030.660.6700.20241.7556.8552.75
Hex4642CB4243014f23935
Octal1061023131021030243627165
Binary10001101000010110010111000010100001101010011110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4642CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4642CB; }

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

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

<style>
 a { background-color: #4642CB; }

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

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

<style>
 span { border-color: #4642CB; }

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

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