#04504A

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

Shades of Sherpa Blue #04504A

Tints of Sherpa Blue #04504A

Color information

#04504A (or 0x04504A) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 4A. RGB value is (4,80,74). Sum of RGB (Red+Green+Blue) = 4+80+74=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #04504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04504A is #FBAFB5. Grayscale: #383838. Windows color (decimal): -16494518 or 4870148. OLE color: 4870148.

HSL color Cylindrical-coordinate representation of color #04504A: hue angle of 175.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04504A is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB48074-
CMYK0.9500.080.69
HSL175.26º90.48%16.47%-
HSV(B)175.26º95%31.37%-
XYZ4.156.267.47-
YUV56.59137.8290.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=2.53%
G=50.63%
B=46.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480740.9500.080.69175.2690.4816.47
Hex4504A5F0845af5a10
Octal412011213701010525713220
Binary10010100001001010101111101000100010110101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04504A; }

 p { color: rgb(4,80,74); }

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

<style>
 a { background-color: #04504A; }

 a { background-color: rgb(4,80,74); }

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

<style>
 span { border-color: #04504A; }

 span { border-color: rgb(4,80,74); }

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