Html Css Color HEX #453673 Meteorite

📋 copy color: '#453673'

red 69 ◦ green 54 ◦ blue 115

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

Shades of Meteorite #453673

Tints of Meteorite #453673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 115 (45.31% from 255) = 48.32%

R = 28.99%
G = 22.69%
B = 48.32%

CMYK

 C value IS 0.4

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#453673 (or 0x453673) is known color: Meteorite. HEX triplet: 45, 36 and 73. RGB value is (69,54,115). Sum of RGB (Red+Green+Blue) = 69+54+115=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #453673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453673 is #BAC98C. Grayscale: #414141. Windows color (decimal): -12241293 or 7550533. OLE color: 7550533.

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

Color convert

RGB 69 54 115 -
CMYK 0.4 0.53 0 0.55
HSL 254.75º 0.36% 0.33% -
HSV(B) 254.75º 0.53% 0.45% -
XYZ 6.87 5.14 16.85 -
YUV 65.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 69 54 115 0.4 0.53 0 0.55 254.75 0.36 0.33
Hex 45 36 73 28 35 0 37 FF 24 21
Octal 105 66 163 50 65 0 67 377 44 41
Binary 1000101 110110 1110011 101000 110101 0 110111 11111111 100100 100001

Color Harmonies of #453673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453673

Black with #453673

Text Example


Text Example

White with #453673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453673; }

 p { color: rgb(69,54,115); }

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

background-color css

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

 a { background-color: rgb(69,54,115); }

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

border-color css

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

 span { border-color: rgb(69,54,115); }

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