#4C46C8

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

Shades of Free Speech Blue #4C46C8

Tints of Free Speech Blue #4C46C8

Color information

#4C46C8 (or 0x4C46C8) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 46 and C8. RGB value is (76,70,200). Sum of RGB (Red+Green+Blue) = 76+70+200=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #4C46C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46C8 is #B3B937. Grayscale: #565656. Windows color (decimal): -11778360 or 13125196. OLE color: 13125196.

HSL color Cylindrical-coordinate representation of color #4C46C8: hue angle of 242.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C46C8 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7670200-
CMYK0.620.6500.22
HSL242.77º54.17%52.94%-
HSV(B)242.77º65%78.43%-
XYZ15.610.0955.77-
YUV86.61191.99120.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.97%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 200 (78.52% from 255) = 57.80%
R=21.97%
G=20.23%
B=57.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76702000.620.6500.22242.7754.1752.94
Hex4C46C83E41016f33635
Octal114106310761010263636665
Binary1001100100011011001000111110100000101011011110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,200); }

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

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

 a { background-color: rgb(76,70,200); }

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

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

 span { border-color: rgb(76,70,200); }

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