#004953

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

Shades of Sherpa Blue #004953

Tints of Sherpa Blue #004953

Color information

#004953 (or 0x004953) is unknown color: approx Sherpa Blue. HEX triplet: 00, 49 and 53. RGB value is (0,73,83). Sum of RGB (Red+Green+Blue) = 0+73+83=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #004953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004953 is #FFB6AC. Grayscale: #343434. Windows color (decimal): -16758445 or 5458176. OLE color: 5458176.

HSL color Cylindrical-coordinate representation of color #004953: hue angle of 187.23º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004953 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB07383-
CMYK10.1200.67
HSL187.23º100%16.27%-
HSV(B)187.23º100%32.55%-
XYZ3.945.399.02-
YUV52.31145.3290.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=0%
G=46.79%
B=53.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0738310.1200.67187.2310016.27
Hex0495364C043bb6410
Octal011112314414010327314420
Binary010010011010011110010011000100001110111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004953; }

 p { color: rgb(0,73,83); }

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

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

 a { background-color: rgb(0,73,83); }

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

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

 span { border-color: rgb(0,73,83); }

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