#00454E

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

Shades of Sherpa Blue #00454E

Tints of Sherpa Blue #00454E

Color information

#00454E (or 0x00454E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 45 and 4E. RGB value is (0,69,78). Sum of RGB (Red+Green+Blue) = 0+69+78=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #00454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00454E is #FFBAB1. Grayscale: #313131. Windows color (decimal): -16759474 or 5129472. OLE color: 5129472.

HSL color Cylindrical-coordinate representation of color #00454E: hue angle of 186.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00454E is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB06978-
CMYK10.1200.69
HSL186.92º100%15.29%-
HSV(B)186.92º100%30.59%-
XYZ3.54.817.95-
YUV49.4144.1492.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=0%
G=46.94%
B=53.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0697810.1200.69186.9210015.29
Hex0454E64C045bb64f
Octal010511614414010527314417
Binary01000101100111011001001100010001011011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,69,78); }

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

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

 a { background-color: rgb(0,69,78); }

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

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

 span { border-color: rgb(0,69,78); }

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