#453066

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

Shades of Meteorite #453066

Tints of Meteorite #453066

Color information

#453066 (or 0x453066) is unknown color: approx Meteorite. HEX triplet: 45, 30 and 66. RGB value is (69,48,102). Sum of RGB (Red+Green+Blue) = 69+48+102=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #453066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453066 is #BACF99. Grayscale: #3C3C3C. Windows color (decimal): -12242842 or 6697029. OLE color: 6697029.

HSL color Cylindrical-coordinate representation of color #453066: hue angle of 263.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #453066 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6948102-
CMYK0.320.5300.6
HSL263.33º36%29.41%-
HSV(B)263.33º52.94%40%-
XYZ5.914.3413.1-
YUV60.44151.46134.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=31.51%
G=21.92%
B=46.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69481020.320.5300.6263.333629.41
Hex453066203503C107241d
Octal1056014640650744074435
Binary10001011100001100110100000110101011110010000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453066; }

 p { color: rgb(69,48,102); }

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

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

 a { background-color: rgb(69,48,102); }

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

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

 span { border-color: rgb(69,48,102); }

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