#004661

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

Shades of Sherpa Blue #004661

Tints of Sherpa Blue #004661

Color information

#004661 (or 0x004661) is unknown color: approx Sherpa Blue. HEX triplet: 00, 46 and 61. RGB value is (0,70,97). Sum of RGB (Red+Green+Blue) = 0+70+97=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #004661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004661 is #FFB99E. Grayscale: #333333. Windows color (decimal): -16759199 or 6374912. OLE color: 6374912.

HSL color Cylindrical-coordinate representation of color #004661: hue angle of 196.7º 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 #004661 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB07097-
CMYK10.2800.62
HSL196.7º100%19.02%-
HSV(B)196.7º100%38.04%-
XYZ4.355.2412.09-
YUV52.15153.3190.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=0%
G=41.92%
B=58.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0709710.2800.62196.710019.02
Hex04661641C03Ec56413
Octal01061411443407630514423
Binary010001101100001110010011100011111011000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004661; }

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

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

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

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

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

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

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

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