#4B9CA4

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

Shades of Cadet Blue #4B9CA4

Tints of Cadet Blue #4B9CA4

Color information

#4B9CA4 (or 0x4B9CA4) is unknown color: approx Cadet Blue. HEX triplet: 4B, 9C and A4. RGB value is (75,156,164). Sum of RGB (Red+Green+Blue) = 75+156+164=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B9CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9CA4 is #B4635B. Grayscale: #848484. Windows color (decimal): -11821916 or 10787915. OLE color: 10787915.

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

Color convert

RGB75156164-
CMYK0.540.0500.36
HSL185.39º37.24%46.86%-
HSV(B)185.39º54.27%64.31%-
XYZ21.4927.9539.38-
YUV132.69145.6686.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=18.99%
G=39.49%
B=41.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751561640.540.0500.36185.3937.2446.86
Hex4B9CA4365024b9252f
Octal1132342446650442714557
Binary10010111001110010100100110110101010010010111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,156,164); }

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

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

 a { background-color: rgb(75,156,164); }

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

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

 span { border-color: rgb(75,156,164); }

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