#453467

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

Shades of Meteorite #453467

Tints of Meteorite #453467

Color information

#453467 (or 0x453467) is unknown color: approx Meteorite. HEX triplet: 45, 34 and 67. RGB value is (69,52,103). Sum of RGB (Red+Green+Blue) = 69+52+103=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #453467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453467 is #BACB98. Grayscale: #3E3E3E. Windows color (decimal): -12241817 or 6763589. OLE color: 6763589.

HSL color Cylindrical-coordinate representation of color #453467: hue angle of 260º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453467 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6952103-
CMYK0.330.5000.60
HSL260º32.9%30.39%-
HSV(B)260º49.51%40.39%-
XYZ6.134.713.42-
YUV62.9150.63132.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=30.80%
G=23.21%
B=45.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69521030.330.5000.6026032.930.39
Hex453467213203C104211e
Octal1056414741620744044136
Binary10001011101001100111100001110010011110010000010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453467; }

 p { color: rgb(69,52,103); }

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

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

 a { background-color: rgb(69,52,103); }

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

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

 span { border-color: rgb(69,52,103); }

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