#004F52

Color #004F52 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #004F52

Tints of Sherpa Blue #004F52

Color information

#004F52 (or 0x004F52) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4F and 52. RGB value is (0,79,82). Sum of RGB (Red+Green+Blue) = 0+79+82=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #004F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F52 is #FFB0AD. Grayscale: #373737. Windows color (decimal): -16756910 or 5394176. OLE color: 5394176.

HSL color Cylindrical-coordinate representation of color #004F52: hue angle of 182.2º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F52 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB07982-
CMYK10.0400.68
HSL182.2º100%16.08%-
HSV(B)182.2º100%32.16%-
XYZ4.326.28.95-
YUV55.72142.8388.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=0%
G=49.07%
B=50.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0798210.0400.68182.210016.08
Hex04F52644044b66410
Octal01171221444010426614420
Binary01001111101001011001001000100010010110110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004F52; }

 p { color: rgb(0,79,82); }

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

<style>
 a { background-color: #004F52; }

 a { background-color: rgb(0,79,82); }

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

<style>
 span { border-color: #004F52; }

 span { border-color: rgb(0,79,82); }

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