#48a4a7

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

Shades of Cadet Blue #48A4A7

Tints of Cadet Blue #48A4A7

Color information

#48A4A7 (or 0x48A4A7) is unknown color: approx Cadet Blue. HEX triplet: 48, A4 and A7. RGB value is (72,164,167). Sum of RGB (Red+Green+Blue) = 72+164+167=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #48A4A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A4A7 is #B75B58. Grayscale: #888888. Windows color (decimal): -12016473 or 10986568. OLE color: 10986568.

HSL color Cylindrical-coordinate representation of color #48A4A7: hue angle of 181.89º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A4A7 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB72164167-
CMYK0.570.0200.35
HSL181.89º39.75%46.86%-
HSV(B)181.89º56.89%65.49%-
XYZ22.9230.7241.28-
YUV136.83145.0281.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 167 (65.62% from 255) = 41.44%
R=17.87%
G=40.69%
B=41.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721641670.570.0200.35181.8939.7546.86
Hex48A4A7392023b6282f
Octal1102442477120432665057
Binary1001000101001001010011111100110010001110110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a4a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48a4a7; }

 p { color: rgb(72,164,167); }

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

<style>
 a { background-color: #48a4a7; }

 a { background-color: rgb(72,164,167); }

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

<style>
 span { border-color: #48a4a7; }

 span { border-color: rgb(72,164,167); }

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