Html Css Color HEX #09484F Sherpa Blue

📋 copy color: '#09484F'

red 9 ◦ green 72 ◦ blue 79

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

Shades of Sherpa Blue #09484F

Tints of Sherpa Blue #09484F

RGB

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

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

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

R = 5.63%
G = 45%
B = 49.38%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09484F (or 0x09484F) is known color: Sherpa Blue. HEX triplet: 09, 48 and 4F. RGB value is (9,72,79). Sum of RGB (Red+Green+Blue) = 9+72+79=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #09484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09484F is #F6B7B0. Grayscale: #353535. Windows color (decimal): -16168881 or 5195785. OLE color: 5195785.

HSL color Cylindrical-coordinate representation of color #09484F: hue angle of 186º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09484F is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 72 79 -
CMYK 0.89 0.09 0 0.69
HSL 186º 0.8% 0.17% -
HSV(B) 186º 0.89% 0.31% -
XYZ 3.84 5.26 8.21 -
YUV 53.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 9 72 79 0.89 0.09 0 0.69 186 0.8 0.17
Hex 9 48 4F 59 9 0 45 BA 50 11
Octal 11 110 117 131 11 0 105 272 120 21
Binary 1001 1001000 1001111 1011001 1001 0 1000101 10111010 1010000 10001

Color Harmonies of #09484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09484F

Black with #09484F

Text Example


Text Example

White with #09484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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