#4C43CD

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

Shades of Free Speech Blue #4C43CD

Tints of Free Speech Blue #4C43CD

Color information

#4C43CD (or 0x4C43CD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 43 and CD. RGB value is (76,67,205). Sum of RGB (Red+Green+Blue) = 76+67+205=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C43CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C43CD is #B3BC32. Grayscale: #545454. Windows color (decimal): -11779123 or 13452108. OLE color: 13452108.

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

Color convert

RGB7667205-
CMYK0.630.6700.20
HSL243.91º57.98%53.33%-
HSV(B)243.91º67.32%80.39%-
XYZ16.019.9658.84-
YUV85.42195.48121.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=21.84%
G=19.25%
B=58.91%

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
Decimal76672050.630.6700.20243.9157.9853.33
Hex4C43CD3F43014f43a35
Octal114103315771030243647265
Binary1001100100001111001101111111100001101010011110100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,205); }

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

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

 a { background-color: rgb(76,67,205); }

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

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

 span { border-color: rgb(76,67,205); }

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