#04544B

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

Shades of Sherpa Blue #04544B

Tints of Sherpa Blue #04544B

Color information

#04544B (or 0x04544B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 54 and 4B. RGB value is (4,84,75). Sum of RGB (Red+Green+Blue) = 4+84+75=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #04544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04544B is #FBABB4. Grayscale: #3B3B3B. Windows color (decimal): -16493493 or 4936708. OLE color: 4936708.

HSL color Cylindrical-coordinate representation of color #04544B: hue angle of 173.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04544B is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB48475-
CMYK0.9500.110.67
HSL173.25º90.91%17.25%-
HSV(B)173.25º95.24%32.94%-
XYZ4.496.877.75-
YUV59.0513788.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=2.45%
G=51.53%
B=46.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484750.9500.110.67173.2590.9117.25
Hex4544B5F0B43ad5b11
Octal412411313701310325513321
Binary10010101001001011101111101011100001110101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04544B; }

 p { color: rgb(4,84,75); }

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

<style>
 a { background-color: #04544B; }

 a { background-color: rgb(4,84,75); }

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

<style>
 span { border-color: #04544B; }

 span { border-color: rgb(4,84,75); }

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