Html Css Color HEX #282449 Paua

📋 copy color: '#282449'

red 40 ◦ green 36 ◦ blue 73

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

Shades of Paua #282449

Tints of Paua #282449

RGB

 RED value IS 40 (16.02% from 255) = 26.85%

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 26.85%
G = 24.16%
B = 48.99%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#282449 (or 0x282449) is known color: Paua. HEX triplet: 28, 24 and 49. RGB value is (40,36,73). Sum of RGB (Red+Green+Blue) = 40+36+73=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #282449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282449 is #D7DBB6. Grayscale: #292929. Windows color (decimal): -14146487 or 4793384. OLE color: 4793384.

HSL color Cylindrical-coordinate representation of color #282449: hue angle of 246.49º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282449 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 36 73 -
CMYK 0.45 0.51 0 0.71
HSL 246.49º 0.34% 0.21% -
HSV(B) 246.49º 0.51% 0.29% -
XYZ 2.71 2.19 6.58 -
YUV 41.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 40 36 73 0.45 0.51 0 0.71 246.49 0.34 0.21
Hex 28 24 49 2D 33 0 47 F6 22 15
Octal 50 44 111 55 63 0 107 366 42 25
Binary 101000 100100 1001001 101101 110011 0 1000111 11110110 100010 10101

Color Harmonies of #282449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282449

Black with #282449

Text Example


Text Example

White with #282449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282449; }

 p { color: rgb(40,36,73); }

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

background-color css

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

 a { background-color: rgb(40,36,73); }

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

border-color css

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

 span { border-color: rgb(40,36,73); }

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