#48A79D

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

Shades of Cadet Blue #48A79D

Tints of Cadet Blue #48A79D

Color information

#48A79D (or 0x48A79D) is unknown color: approx Cadet Blue. HEX triplet: 48, A7 and 9D. RGB value is (72,167,157). Sum of RGB (Red+Green+Blue) = 72+167+157=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #48A79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A79D is #B75862. Grayscale: #898989. Windows color (decimal): -12015715 or 10331976. OLE color: 10331976.

HSL color Cylindrical-coordinate representation of color #48A79D: hue angle of 173.68º 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 #48A79D is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB72167157-
CMYK0.5700.060.35
HSL173.68º39.75%46.86%-
HSV(B)173.68º56.89%65.49%-
XYZ22.5831.4536.78-
YUV137.45139.0381.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=18.18%
G=42.17%
B=39.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671570.5700.060.35173.6839.7546.86
Hex48A79D390623ae282f
Octal1102472357106432565057
Binary10010001010011110011101111001011010001110101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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