#04414A

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

Shades of Sherpa Blue #04414A

Tints of Sherpa Blue #04414A

Color information

#04414A (or 0x04414A) is unknown color: approx Sherpa Blue. HEX triplet: 04, 41 and 4A. RGB value is (4,65,74). Sum of RGB (Red+Green+Blue) = 4+65+74=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #04414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04414A is #FBBEB5. Grayscale: #2F2F2F. Windows color (decimal): -16498358 or 4866308. OLE color: 4866308.

HSL color Cylindrical-coordinate representation of color #04414A: hue angle of 187.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04414A is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB46574-
CMYK0.950.1200.71
HSL187.71º89.74%15.29%-
HSV(B)187.71º94.59%29.02%-
XYZ3.184.37.14-
YUV47.79142.7996.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=2.80%
G=45.45%
B=51.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal465740.950.1200.71187.7189.7415.29
Hex4414A5FC047bc5af
Octal410111213714010727413217
Binary1001000001100101010111111100010001111011110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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