Html Css Color HEX #090449 Paua

📋 copy color: '#090449'

red 9 ◦ green 4 ◦ blue 73

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

Shades of Paua #090449

Tints of Paua #090449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.65%

 BLUE value IS 73 (28.91% from 255) = 84.88%

R = 10.47%
G = 4.65%
B = 84.88%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#090449 (or 0x090449) is known color: Paua. HEX triplet: 09, 04 and 49. RGB value is (9,4,73). Sum of RGB (Red+Green+Blue) = 9+4+73=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #090449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090449 is #F6FBB6. Grayscale: #0D0D0D. Windows color (decimal): -16186295 or 4785161. OLE color: 4785161.

HSL color Cylindrical-coordinate representation of color #090449: hue angle of 244.35º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090449 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 4 73 -
CMYK 0.88 0.95 0 0.71
HSL 244.35º 0.9% 0.15% -
HSV(B) 244.35º 0.95% 0.29% -
XYZ 1.36 0.63 6.35 -
YUV 13.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 9 4 73 0.88 0.95 0 0.71 244.35 0.9 0.15
Hex 9 4 49 58 5F 0 47 F4 5A F
Octal 11 4 111 130 137 0 107 364 132 17
Binary 1001 100 1001001 1011000 1011111 0 1000111 11110100 1011010 1111

Color Harmonies of #090449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090449

Black with #090449

Text Example


Text Example

White with #090449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090449; }

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

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

background-color css

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

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

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

border-color css

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

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

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