Html Css Color HEX #453363 Meteorite

📋 copy color: '#453363'

red 69 ◦ green 51 ◦ blue 99

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

Shades of Meteorite #453363

Tints of Meteorite #453363

RGB

 RED value IS 69 (27.34% from 255) = 31.51%

 GREEN value IS 51 (20.31% from 255) = 23.29%

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 31.51%
G = 23.29%
B = 45.21%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#453363 (or 0x453363) is known color: Meteorite. HEX triplet: 45, 33 and 63. RGB value is (69,51,99). Sum of RGB (Red+Green+Blue) = 69+51+99=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #453363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453363 is #BACC9C. Grayscale: #3D3D3D. Windows color (decimal): -12242077 or 6501189. OLE color: 6501189.

HSL color Cylindrical-coordinate representation of color #453363: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453363 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 51 99 -
CMYK 0.30 0.48 0 0.61
HSL 262.5º 0.32% 0.29% -
HSV(B) 262.5º 0.48% 0.39% -
XYZ 5.89 4.53 12.37 -
YUV 61.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 69 51 99 0.30 0.48 0 0.61 262.5 0.32 0.29
Hex 45 33 63 1E 30 0 3D 106 20 1D
Octal 105 63 143 36 60 0 75 406 40 35
Binary 1000101 110011 1100011 11110 110000 0 111101 100000110 100000 11101

Color Harmonies of #453363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453363

Black with #453363

Text Example


Text Example

White with #453363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453363; }

 p { color: rgb(69,51,99); }

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

background-color css

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

 a { background-color: rgb(69,51,99); }

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

border-color css

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

 span { border-color: rgb(69,51,99); }

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