Html Css Color HEX #09464D Sherpa Blue

📋 copy color: '#09464D'

red 9 ◦ green 70 ◦ blue 77

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

Shades of Sherpa Blue #09464D

Tints of Sherpa Blue #09464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

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

R = 5.77%
G = 44.87%
B = 49.36%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09464D (or 0x09464D) is known color: Sherpa Blue. HEX triplet: 09, 46 and 4D. RGB value is (9,70,77). Sum of RGB (Red+Green+Blue) = 9+70+77=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #09464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09464D is #F6B9B2. Grayscale: #343434. Windows color (decimal): -16169395 or 5064201. OLE color: 5064201.

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

Color convert

RGB 9 70 77 -
CMYK 0.88 0.09 0 0.70
HSL 186.18º 0.79% 0.17% -
HSV(B) 186.18º 0.88% 0.3% -
XYZ 3.64 4.97 7.79 -
YUV 52.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 9 70 77 0.88 0.09 0 0.70 186.18 0.79 0.17
Hex 9 46 4D 58 9 0 46 BA 4F 11
Octal 11 106 115 130 11 0 106 272 117 21
Binary 1001 1000110 1001101 1011000 1001 0 1000110 10111010 1001111 10001

Color Harmonies of #09464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09464D

Black with #09464D

Text Example


Text Example

White with #09464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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