Html Css Color HEX #09494D Sherpa Blue

📋 copy color: '#09494D'

red 9 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #09494D

Tints of Sherpa Blue #09494D

RGB

 RED value IS 9 (3.91% from 255) = 5.66%

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

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 5.66%
G = 45.91%
B = 48.43%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09494D (or 0x09494D) is known color: Sherpa Blue. HEX triplet: 09, 49 and 4D. RGB value is (9,73,77). Sum of RGB (Red+Green+Blue) = 9+73+77=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #09494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09494D is #F6B6B2. Grayscale: #363636. Windows color (decimal): -16168627 or 5064969. OLE color: 5064969.

HSL color Cylindrical-coordinate representation of color #09494D: hue angle of 183.53º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09494D is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 73 77 -
CMYK 0.88 0.05 0 0.70
HSL 183.53º 0.79% 0.17% -
HSV(B) 183.53º 0.88% 0.3% -
XYZ 3.83 5.36 7.85 -
YUV 54.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 9 73 77 0.88 0.05 0 0.70 183.53 0.79 0.17
Hex 9 49 4D 58 5 0 46 B8 4F 11
Octal 11 111 115 130 5 0 106 270 117 21
Binary 1001 1001001 1001101 1011000 101 0 1000110 10111000 1001111 10001

Color Harmonies of #09494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09494D

Black with #09494D

Text Example


Text Example

White with #09494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09494D; }

 p { color: rgb(9,73,77); }

 H1.HeaderClassName
 {
   color: #09494D;
 }
 .AnyTagClassName
 {
   color: #09494D;
 }
</style>

background-color css

<style>
 a { background-color: #09494D; }

 a { background-color: rgb(9,73,77); }

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

border-color css

<style>
 span { border-color: #09494D; }

 span { border-color: rgb(9,73,77); }

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