Html Css Color HEX #09484D Sherpa Blue

📋 copy color: '#09484D'

red 9 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #09484D

Tints of Sherpa Blue #09484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 5.7%
G = 45.57%
B = 48.73%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09484D (or 0x09484D) is known color: Sherpa Blue. HEX triplet: 09, 48 and 4D. RGB value is (9,72,77). Sum of RGB (Red+Green+Blue) = 9+72+77=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #09484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09484D is #F6B7B2. Grayscale: #353535. Windows color (decimal): -16168883 or 5064713. OLE color: 5064713.

HSL color Cylindrical-coordinate representation of color #09484D: hue angle of 184.41º 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 #09484D is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 72 77 -
CMYK 0.88 0.06 0 0.70
HSL 184.41º 0.79% 0.17% -
HSV(B) 184.41º 0.88% 0.3% -
XYZ 3.77 5.23 7.83 -
YUV 53.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 9 72 77 0.88 0.06 0 0.70 184.41 0.79 0.17
Hex 9 48 4D 58 6 0 46 B8 4F 11
Octal 11 110 115 130 6 0 106 270 117 21
Binary 1001 1001000 1001101 1011000 110 0 1000110 10111000 1001111 10001

Color Harmonies of #09484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09484D

Black with #09484D

Text Example


Text Example

White with #09484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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