#4CA3A1

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

Shades of Cadet Blue #4CA3A1

Tints of Cadet Blue #4CA3A1

Color information

#4CA3A1 (or 0x4CA3A1) is unknown color: approx Cadet Blue. HEX triplet: 4C, A3 and A1. RGB value is (76,163,161). Sum of RGB (Red+Green+Blue) = 76+163+161=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA3A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA3A1 is #B35C5E. Grayscale: #888888. Windows color (decimal): -11754591 or 10593100. OLE color: 10593100.

HSL color Cylindrical-coordinate representation of color #4CA3A1: hue angle of 178.62º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA3A1 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB76163161-
CMYK0.5300.010.36
HSL178.62º36.4%46.86%-
HSV(B)178.62º53.37%63.92%-
XYZ22.5130.338.38-
YUV136.76141.6884.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=19%
G=40.75%
B=40.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631610.5300.010.36178.6236.446.86
Hex4CA3A1350124b3242f
Octal1142432416501442634457
Binary100110010100011101000011101010110010010110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,161); }

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

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

 a { background-color: rgb(76,163,161); }

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

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

 span { border-color: rgb(76,163,161); }

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