Html Css Color HEX #004E5F Sherpa Blue

📋 copy color: '#004E5F'

red 0 ◦ green 78 ◦ blue 95

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

Shades of Sherpa Blue #004E5F

Tints of Sherpa Blue #004E5F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 78 (30.86% from 255) = 45.09%

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 0%
G = 45.09%
B = 54.91%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#004E5F (or 0x004E5F) is known color: Sherpa Blue. HEX triplet: 00, 4E and 5F. RGB value is (0,78,95). Sum of RGB (Red+Green+Blue) = 0+78+95=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #004E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E5F is #FFB1A0. Grayscale: #383838. Windows color (decimal): -16757153 or 6245888. OLE color: 6245888.

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

Color convert

RGB 0 78 95 -
CMYK 1 0.18 0 0.63
HSL 190.74º 1% 0.19% -
HSV(B) 190.74º 1% 0.37% -
XYZ 4.79 6.28 11.79 -
YUV 56.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 0 78 95 1 0.18 0 0.63 190.74 1 0.19
Hex 0 4E 5F 64 12 0 3F BF 64 13
Octal 0 116 137 144 22 0 77 277 144 23
Binary 0 1001110 1011111 1100100 10010 0 111111 10111111 1100100 10011

Color Harmonies of #004E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E5F

Black with #004E5F

Text Example


Text Example

White with #004E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E5F; }

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

 H1.HeaderClassName
 {
   color: #004E5F;
 }
 .AnyTagClassName
 {
   color: #004E5F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #004E5F;
 }
 .BgClassName
 {
   background-color: #004E5F;
 }
</style>

border-color css

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

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

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