#004A52

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

Shades of Sherpa Blue #004A52

Tints of Sherpa Blue #004A52

Color information

#004A52 (or 0x004A52) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4A and 52. RGB value is (0,74,82). Sum of RGB (Red+Green+Blue) = 0+74+82=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #004A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A52 is #FFB5AD. Grayscale: #343434. Windows color (decimal): -16758190 or 5392896. OLE color: 5392896.

HSL color Cylindrical-coordinate representation of color #004A52: hue angle of 185.85º 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 #004A52 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB07482-
CMYK10.1000.68
HSL185.85º100%16.08%-
HSV(B)185.85º100%32.16%-
XYZ3.975.518.84-
YUV52.79144.4890.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=0%
G=47.44%
B=52.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0748210.1000.68185.8510016.08
Hex04A5264A044ba6410
Octal011212214412010427214420
Binary010010101010010110010010100100010010111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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