#04514B

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

Shades of Sherpa Blue #04514B

Tints of Sherpa Blue #04514B

Color information

#04514B (or 0x04514B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 51 and 4B. RGB value is (4,81,75). Sum of RGB (Red+Green+Blue) = 4+81+75=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #04514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04514B is #FBAEB4. Grayscale: #393939. Windows color (decimal): -16494261 or 4935940. OLE color: 4935940.

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

Color convert

RGB48175-
CMYK0.9500.070.68
HSL175.32º90.59%16.67%-
HSV(B)175.32º95.06%31.76%-
XYZ4.266.427.67-
YUV57.29137.9989.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=2.5%
G=50.62%
B=46.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481750.9500.070.68175.3290.5916.67
Hex4514B5F0744af5b11
Octal41211131370710425713321
Binary1001010001100101110111110111100010010101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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