Html Css Color HEX #00465E Sherpa Blue

📋 copy color: '#00465E'

red 0 ◦ green 70 ◦ blue 94

#00465E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #00465E

Tints of Sherpa Blue #00465E

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 value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00465E (or 0x00465E) is known color: 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

RGB 0 70 94 -
CMYK 1 0.26 0 0.63
HSL 195.32º 1% 0.18% -
HSV(B) 195.32º 1% 0.37% -
XYZ 4.21 5.19 11.37 -
YUV 51.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 0 70 94 1 0.26 0 0.63 195.32 1 0.18
Hex 0 46 5E 64 1A 0 3F C3 64 12
Octal 0 106 136 144 32 0 77 303 144 22
Binary 0 1000110 1011110 1100100 11010 0 111111 11000011 1100100 10010

Color Harmonies of #00465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00465E

Black with #00465E

Text Example


Text Example

White with #00465E

Text Example


Text Example

HTML Codes & Css Web 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>