#283F46

Color #283F46 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #283F46

Tints of Tarawera #283F46

Color information

#283F46 (or 0x283F46) is unknown color: approx Tarawera. HEX triplet: 28, 3F and 46. RGB value is (40,63,70). Sum of RGB (Red+Green+Blue) = 40+63+70=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #283F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F46 is #D7C0B9. Grayscale: #383838. Windows color (decimal): -14139578 or 4603688. OLE color: 4603688.

HSL color Cylindrical-coordinate representation of color #283F46: hue angle of 194º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #283F46 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406370-
CMYK0.430.1000.73
HSL194º27.27%21.57%-
HSV(B)194º42.86%27.45%-
XYZ3.764.456.45-
YUV56.92135.38115.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=23.12%
G=36.42%
B=40.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4063700.430.1000.7319427.2721.57
Hex283F462BA049c21b16
Octal5077106531201113023326
Binary1010001111111000110101011101001001001110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F46; }

 p { color: rgb(40,63,70); }

 H1.HeaderClassName
 {
   color: #283F46;
 }
 .AnyTagClassName
 {
   color: #283F46;
 }
</style>
background-color css

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

 a { background-color: rgb(40,63,70); }

 div.DivClassName
 {
   background-color: #283F46;
 }
 .BgClassName
 {
   background-color: #283F46;
 }
</style>
border-color css

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

 span { border-color: rgb(40,63,70); }

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