Html Css Color HEX #453D66 Meteorite

📋 copy color: '#453D66'

red 69 ◦ green 61 ◦ blue 102

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

Shades of Meteorite #453D66

Tints of Meteorite #453D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 29.74%
G = 26.29%
B = 43.97%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#453D66 (or 0x453D66) is known color: Meteorite. HEX triplet: 45, 3D and 66. RGB value is (69,61,102). Sum of RGB (Red+Green+Blue) = 69+61+102=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #453D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D66 is #BAC299. Grayscale: #434343. Windows color (decimal): -12239514 or 6700357. OLE color: 6700357.

HSL color Cylindrical-coordinate representation of color #453D66: hue angle of 251.71º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453D66 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 61 102 -
CMYK 0.32 0.40 0 0.6
HSL 251.71º 0.25% 0.32% -
HSV(B) 251.71º 0.4% 0.4% -
XYZ 6.52 5.56 13.3 -
YUV 68.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 69 61 102 0.32 0.40 0 0.6 251.71 0.25 0.32
Hex 45 3D 66 20 28 0 3C FC 19 20
Octal 105 75 146 40 50 0 74 374 31 40
Binary 1000101 111101 1100110 100000 101000 0 111100 11111100 11001 100000

Color Harmonies of #453D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D66

Black with #453D66

Text Example


Text Example

White with #453D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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