Html Css Color HEX #453D6B Meteorite

📋 copy color: '#453D6B'

red 69 ◦ green 61 ◦ blue 107

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

Shades of Meteorite #453D6B

Tints of Meteorite #453D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 29.11%
G = 25.74%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#453D6B (or 0x453D6B) is known color: Meteorite. HEX triplet: 45, 3D and 6B. RGB value is (69,61,107). Sum of RGB (Red+Green+Blue) = 69+61+107=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #453D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D6B is #BAC294. Grayscale: #444444. Windows color (decimal): -12239509 or 7028037. OLE color: 7028037.

HSL color Cylindrical-coordinate representation of color #453D6B: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453D6B is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 61 107 -
CMYK 0.36 0.43 0 0.58
HSL 250.43º 0.27% 0.33% -
HSV(B) 250.43º 0.43% 0.42% -
XYZ 6.78 5.66 14.65 -
YUV 68.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 69 61 107 0.36 0.43 0 0.58 250.43 0.27 0.33
Hex 45 3D 6B 24 2B 0 3A FA 1B 21
Octal 105 75 153 44 53 0 72 372 33 41
Binary 1000101 111101 1101011 100100 101011 0 111010 11111010 11011 100001

Color Harmonies of #453D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D6B

Black with #453D6B

Text Example


Text Example

White with #453D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,61,107); }

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

background-color css

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

 a { background-color: rgb(69,61,107); }

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

border-color css

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

 span { border-color: rgb(69,61,107); }

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