Html Css Color HEX #09494B Cyprus

📋 copy color: '#09494B'

red 9 ◦ green 73 ◦ blue 75

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

Shades of Cyprus #09494B

Tints of Cyprus #09494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 5.73%
G = 46.5%
B = 47.77%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09494B (or 0x09494B) is known color: Cyprus. HEX triplet: 09, 49 and 4B. RGB value is (9,73,75). Sum of RGB (Red+Green+Blue) = 9+73+75=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #09494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09494B is #F6B6B4. Grayscale: #363636. Windows color (decimal): -16168629 or 4933897. OLE color: 4933897.

HSL color Cylindrical-coordinate representation of color #09494B: hue angle of 181.82º 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 #09494B is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 75 -
CMYK 0.88 0.03 0 0.71
HSL 181.82º 0.79% 0.16% -
HSV(B) 181.82º 0.88% 0.29% -
XYZ 3.77 5.33 7.49 -
YUV 54.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 9 73 75 0.88 0.03 0 0.71 181.82 0.79 0.16
Hex 9 49 4B 58 3 0 47 B6 4F 10
Octal 11 111 113 130 3 0 107 266 117 20
Binary 1001 1001001 1001011 1011000 11 0 1000111 10110110 1001111 10000

Color Harmonies of #09494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09494B

Black with #09494B

Text Example


Text Example

White with #09494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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