#04484B

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

Shades of Sherpa Blue #04484B

Tints of Sherpa Blue #04484B

Color information

#04484B (or 0x04484B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 48 and 4B. RGB value is (4,72,75). Sum of RGB (Red+Green+Blue) = 4+72+75=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #04484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04484B is #FBB7B4. Grayscale: #333333. Windows color (decimal): -16496565 or 4933636. OLE color: 4933636.

HSL color Cylindrical-coordinate representation of color #04484B: hue angle of 182.54º 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 #04484B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB47275-
CMYK0.950.0400.71
HSL182.54º89.87%15.49%-
HSV(B)182.54º94.67%29.41%-
XYZ3.645.177.46-
YUV52.01140.9793.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=2.65%
G=47.68%
B=49.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal472750.950.0400.71182.5489.8715.49
Hex4484B5F4047b75af
Octal41101131374010726713217
Binary100100100010010111011111100010001111011011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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