#04454D

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

Shades of Sherpa Blue #04454D

Tints of Sherpa Blue #04454D

Color information

#04454D (or 0x04454D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 45 and 4D. RGB value is (4,69,77). Sum of RGB (Red+Green+Blue) = 4+69+77=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #04454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04454D is #FBBAB2. Grayscale: #323232. Windows color (decimal): -16497331 or 5063940. OLE color: 5063940.

HSL color Cylindrical-coordinate representation of color #04454D: hue angle of 186.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04454D is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB46977-
CMYK0.950.1000.70
HSL186.58º90.12%15.88%-
HSV(B)186.58º94.81%30.2%-
XYZ3.524.827.77-
YUV50.48142.9794.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=2.67%
G=46%
B=51.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal469770.950.1000.70186.5890.1215.88
Hex4454D5FA046bb5a10
Octal410511513712010627313220
Binary10010001011001101101111110100100011010111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04454D; }

 p { color: rgb(4,69,77); }

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

<style>
 a { background-color: #04454D; }

 a { background-color: rgb(4,69,77); }

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

<style>
 span { border-color: #04454D; }

 span { border-color: rgb(4,69,77); }

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