Html Css Color HEX #09484C Sherpa Blue

📋 copy color: '#09484C'

red 9 ◦ green 72 ◦ blue 76

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

Shades of Sherpa Blue #09484C

Tints of Sherpa Blue #09484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 5.73%
G = 45.86%
B = 48.41%

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

#09484C (or 0x09484C) is known color: Sherpa Blue. HEX triplet: 09, 48 and 4C. RGB value is (9,72,76). Sum of RGB (Red+Green+Blue) = 9+72+76=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #09484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09484C is #F6B7B3. Grayscale: #353535. Windows color (decimal): -16168884 or 4999177. OLE color: 4999177.

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

Color convert

RGB 9 72 76 -
CMYK 0.88 0.05 0 0.70
HSL 183.58º 0.79% 0.17% -
HSV(B) 183.58º 0.88% 0.3% -
XYZ 3.73 5.21 7.65 -
YUV 53.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 9 72 76 0.88 0.05 0 0.70 183.58 0.79 0.17
Hex 9 48 4C 58 5 0 46 B8 4F 11
Octal 11 110 114 130 5 0 106 270 117 21
Binary 1001 1001000 1001100 1011000 101 0 1000110 10111000 1001111 10001

Color Harmonies of #09484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09484C

Black with #09484C

Text Example


Text Example

White with #09484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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