Html Css Color HEX #09474A Cyprus

📋 copy color: '#09474A'

red 9 ◦ green 71 ◦ blue 74

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

Shades of Cyprus #09474A

Tints of Cyprus #09474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 74 (29.3% from 255) = 48.05%

R = 5.84%
G = 46.1%
B = 48.05%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09474A (or 0x09474A) is known color: Cyprus. HEX triplet: 09, 47 and 4A. RGB value is (9,71,74). Sum of RGB (Red+Green+Blue) = 9+71+74=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #09474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09474A is #F6B8B5. Grayscale: #343434. Windows color (decimal): -16169142 or 4867849. OLE color: 4867849.

HSL color Cylindrical-coordinate representation of color #09474A: hue angle of 182.77º degrees, saturation: 0.78, 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 #09474A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 71 74 -
CMYK 0.88 0.04 0 0.71
HSL 182.77º 0.78% 0.16% -
HSV(B) 182.77º 0.88% 0.29% -
XYZ 3.6 5.06 7.27 -
YUV 52.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 9 71 74 0.88 0.04 0 0.71 182.77 0.78 0.16
Hex 9 47 4A 58 4 0 47 B7 4E 10
Octal 11 107 112 130 4 0 107 267 116 20
Binary 1001 1000111 1001010 1011000 100 0 1000111 10110111 1001110 10000

Color Harmonies of #09474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09474A

Black with #09474A

Text Example


Text Example

White with #09474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09474A; }

 p { color: rgb(9,71,74); }

 H1.HeaderClassName
 {
   color: #09474A;
 }
 .AnyTagClassName
 {
   color: #09474A;
 }
</style>

background-color css

<style>
 a { background-color: #09474A; }

 a { background-color: rgb(9,71,74); }

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

border-color css

<style>
 span { border-color: #09474A; }

 span { border-color: rgb(9,71,74); }

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