Html Css Color HEX #004E5A Sherpa Blue

📋 copy color: '#004E5A'

red 0 ◦ green 78 ◦ blue 90

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

Shades of Sherpa Blue #004E5A

Tints of Sherpa Blue #004E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.57%

R = 0%
G = 46.43%
B = 53.57%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#004E5A (or 0x004E5A) is known color: Sherpa Blue. HEX triplet: 00, 4E and 5A. RGB value is (0,78,90). Sum of RGB (Red+Green+Blue) = 0+78+90=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #004E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E5A is #FFB1A5. Grayscale: #373737. Windows color (decimal): -16757158 or 5918208. OLE color: 5918208.

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

Color convert

RGB 0 78 90 -
CMYK 1 0.13 0 0.65
HSL 188º 1% 0.18% -
HSV(B) 188º 1% 0.35% -
XYZ 4.57 6.19 10.63 -
YUV 56.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 0 78 90 1 0.13 0 0.65 188 1 0.18
Hex 0 4E 5A 64 D 0 41 BC 64 12
Octal 0 116 132 144 15 0 101 274 144 22
Binary 0 1001110 1011010 1100100 1101 0 1000001 10111100 1100100 10010

Color Harmonies of #004E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E5A

Black with #004E5A

Text Example


Text Example

White with #004E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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