#00464D

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

Shades of Sherpa Blue #00464D

Tints of Sherpa Blue #00464D

Color information

#00464D (or 0x00464D) is unknown color: approx Sherpa Blue. HEX triplet: 00, 46 and 4D. RGB value is (0,70,77). Sum of RGB (Red+Green+Blue) = 0+70+77=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #00464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00464D is #FFB9B2. Grayscale: #313131. Windows color (decimal): -16759219 or 5064192. OLE color: 5064192.

HSL color Cylindrical-coordinate representation of color #00464D: hue angle of 185.45º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00464D is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB07077-
CMYK10.0900.70
HSL185.45º100%15.1%-
HSV(B)185.45º100%30.2%-
XYZ3.534.927.78-
YUV49.87143.3192.43-

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) = 47.62%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=0%
G=47.62%
B=52.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0707710.0900.70185.4510015.1
Hex0464D649046b964f
Octal010611514411010627114417
Binary01000110100110111001001001010001101011100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00464D; }

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

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

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

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

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

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

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

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