Html Css Color HEX #453B6D Meteorite

📋 copy color: '#453B6D'

red 69 ◦ green 59 ◦ blue 109

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

Shades of Meteorite #453B6D

Tints of Meteorite #453B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 29.11%
G = 24.89%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#453B6D (or 0x453B6D) is known color: Meteorite. HEX triplet: 45, 3B and 6D. RGB value is (69,59,109). Sum of RGB (Red+Green+Blue) = 69+59+109=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #453B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B6D is #BAC492. Grayscale: #434343. Windows color (decimal): -12240019 or 7158597. OLE color: 7158597.

HSL color Cylindrical-coordinate representation of color #453B6D: hue angle of 252º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453B6D is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 59 109 -
CMYK 0.37 0.46 0 0.57
HSL 252º 0.3% 0.33% -
HSV(B) 252º 0.46% 0.43% -
XYZ 6.78 5.5 15.17 -
YUV 67.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 69 59 109 0.37 0.46 0 0.57 252 0.3 0.33
Hex 45 3B 6D 25 2E 0 39 FC 1E 21
Octal 105 73 155 45 56 0 71 374 36 41
Binary 1000101 111011 1101101 100101 101110 0 111001 11111100 11110 100001

Color Harmonies of #453B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B6D

Black with #453B6D

Text Example


Text Example

White with #453B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453B6D; }

 p { color: rgb(69,59,109); }

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

background-color css

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

 a { background-color: rgb(69,59,109); }

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

border-color css

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

 span { border-color: rgb(69,59,109); }

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