Html Css Color HEX #00494F Sherpa Blue

📋 copy color: '#00494F'

red 0 ◦ green 73 ◦ blue 79

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

Shades of Sherpa Blue #00494F

Tints of Sherpa Blue #00494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.03%

 BLUE value IS 79 (31.25% from 255) = 51.97%

R = 0%
G = 48.03%
B = 51.97%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00494F (or 0x00494F) is known color: Sherpa Blue. HEX triplet: 00, 49 and 4F. RGB value is (0,73,79). Sum of RGB (Red+Green+Blue) = 0+73+79=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #00494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00494F is #FFB6B0. Grayscale: #333333. Windows color (decimal): -16758449 or 5196032. OLE color: 5196032.

HSL color Cylindrical-coordinate representation of color #00494F: hue angle of 184.56º 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 #00494F is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 73 79 -
CMYK 1 0.08 0 0.69
HSL 184.56º 1% 0.15% -
HSV(B) 184.56º 1% 0.31% -
XYZ 3.79 5.33 8.23 -
YUV 51.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 0 73 79 1 0.08 0 0.69 184.56 1 0.15
Hex 0 49 4F 64 8 0 45 B9 64 F
Octal 0 111 117 144 10 0 105 271 144 17
Binary 0 1001001 1001111 1100100 1000 0 1000101 10111001 1100100 1111

Color Harmonies of #00494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00494F

Black with #00494F

Text Example


Text Example

White with #00494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00494F; }

 p { color: rgb(0,73,79); }

 H1.HeaderClassName
 {
   color: #00494F;
 }
 .AnyTagClassName
 {
   color: #00494F;
 }
</style>

background-color css

<style>
 a { background-color: #00494F; }

 a { background-color: rgb(0,73,79); }

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

border-color css

<style>
 span { border-color: #00494F; }

 span { border-color: rgb(0,73,79); }

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