Html Css Color HEX #09464B Sherpa Blue

📋 copy color: '#09464B'

red 9 ◦ green 70 ◦ blue 75

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

Shades of Sherpa Blue #09464B

Tints of Sherpa Blue #09464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.7%

R = 5.84%
G = 45.45%
B = 48.7%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09464B (or 0x09464B) is known color: Sherpa Blue. HEX triplet: 09, 46 and 4B. RGB value is (9,70,75). Sum of RGB (Red+Green+Blue) = 9+70+75=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #09464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09464B is #F6B9B4. Grayscale: #343434. Windows color (decimal): -16169397 or 4933129. OLE color: 4933129.

HSL color Cylindrical-coordinate representation of color #09464B: hue angle of 184.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09464B is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 70 75 -
CMYK 0.88 0.07 0 0.71
HSL 184.55º 0.79% 0.16% -
HSV(B) 184.55º 0.88% 0.29% -
XYZ 3.57 4.95 7.42 -
YUV 52.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 9 70 75 0.88 0.07 0 0.71 184.55 0.79 0.16
Hex 9 46 4B 58 7 0 47 B9 4F 10
Octal 11 106 113 130 7 0 107 271 117 20
Binary 1001 1000110 1001011 1011000 111 0 1000111 10111001 1001111 10000

Color Harmonies of #09464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09464B

Black with #09464B

Text Example


Text Example

White with #09464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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