Html Css Color HEX #453D64 Meteorite

📋 copy color: '#453D64'

red 69 ◦ green 61 ◦ blue 100

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

Shades of Meteorite #453D64

Tints of Meteorite #453D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 30%
G = 26.52%
B = 43.48%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#453D64 (or 0x453D64) is known color: Meteorite. HEX triplet: 45, 3D and 64. RGB value is (69,61,100). Sum of RGB (Red+Green+Blue) = 69+61+100=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #453D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D64 is #BAC29B. Grayscale: #434343. Windows color (decimal): -12239516 or 6569285. OLE color: 6569285.

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

Color convert

RGB 69 61 100 -
CMYK 0.31 0.39 0 0.61
HSL 252.31º 0.24% 0.32% -
HSV(B) 252.31º 0.39% 0.39% -
XYZ 6.42 5.52 12.78 -
YUV 67.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 69 61 100 0.31 0.39 0 0.61 252.31 0.24 0.32
Hex 45 3D 64 1F 27 0 3D FC 18 20
Octal 105 75 144 37 47 0 75 374 30 40
Binary 1000101 111101 1100100 11111 100111 0 111101 11111100 11000 100000

Color Harmonies of #453D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D64

Black with #453D64

Text Example


Text Example

White with #453D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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