Html Css Color HEX #004E60 Sherpa Blue

📋 copy color: '#004E60'

red 0 ◦ green 78 ◦ blue 96

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

Shades of Sherpa Blue #004E60

Tints of Sherpa Blue #004E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 0%
G = 44.83%
B = 55.17%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004E60 (or 0x004E60) is known color: Sherpa Blue. HEX triplet: 00, 4E and 60. RGB value is (0,78,96). Sum of RGB (Red+Green+Blue) = 0+78+96=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #004E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E60 is #FFB19F. Grayscale: #383838. Windows color (decimal): -16757152 or 6311424. OLE color: 6311424.

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

Color convert

RGB 0 78 96 -
CMYK 1 0.19 0 0.62
HSL 191.25º 1% 0.19% -
HSV(B) 191.25º 1% 0.38% -
XYZ 4.84 6.29 12.03 -
YUV 56.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 0 78 96 1 0.19 0 0.62 191.25 1 0.19
Hex 0 4E 60 64 13 0 3E BF 64 13
Octal 0 116 140 144 23 0 76 277 144 23
Binary 0 1001110 1100000 1100100 10011 0 111110 10111111 1100100 10011

Color Harmonies of #004E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E60

Black with #004E60

Text Example


Text Example

White with #004E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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