#004861

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

Shades of Sherpa Blue #004861

Tints of Sherpa Blue #004861

Color information

#004861 (or 0x004861) is unknown color: approx Sherpa Blue. HEX triplet: 00, 48 and 61. RGB value is (0,72,97). Sum of RGB (Red+Green+Blue) = 0+72+97=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #004861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004861 is #FFB79E. Grayscale: #353535. Windows color (decimal): -16758687 or 6375424. OLE color: 6375424.

HSL color Cylindrical-coordinate representation of color #004861: hue angle of 195.46º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004861 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB07297-
CMYK10.2600.62
HSL195.46º100%19.02%-
HSV(B)195.46º100%38.04%-
XYZ4.485.512.13-
YUV53.32152.6589.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=0%
G=42.60%
B=57.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0729710.2600.62195.4610019.02
Hex04861641A03Ec36413
Octal01101411443207630314423
Binary010010001100001110010011010011111011000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004861; }

 p { color: rgb(0,72,97); }

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

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

 a { background-color: rgb(0,72,97); }

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

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

 span { border-color: rgb(0,72,97); }

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