#00465E

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

Shades of Sherpa Blue #00465E

Tints of Sherpa Blue #00465E

Color information

#00465E (or 0x00465E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 46 and 5E. RGB value is (0,70,94). Sum of RGB (Red+Green+Blue) = 0+70+94=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #00465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00465E is #FFB9A1. Grayscale: #333333. Windows color (decimal): -16759202 or 6178304. OLE color: 6178304.

HSL color Cylindrical-coordinate representation of color #00465E: hue angle of 195.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00465E is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB07094-
CMYK10.2600.63
HSL195.32º100%18.43%-
HSV(B)195.32º100%36.86%-
XYZ4.215.1911.37-
YUV51.81151.8191.05-

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) = 42.68%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=0%
G=42.68%
B=57.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0709410.2600.63195.3210018.43
Hex0465E641A03Fc36412
Octal01061361443207730314422
Binary010001101011110110010011010011111111000011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00465E; }

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

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

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

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

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

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

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

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