Html Css Color HEX #45376B Meteorite

📋 copy color: '#45376B'

red 69 ◦ green 55 ◦ blue 107

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

Shades of Meteorite #45376B

Tints of Meteorite #45376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 29.87%
G = 23.81%
B = 46.32%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45376B (or 0x45376B) is known color: Meteorite. HEX triplet: 45, 37 and 6B. RGB value is (69,55,107). Sum of RGB (Red+Green+Blue) = 69+55+107=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #45376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45376B is #BAC894. Grayscale: #404040. Windows color (decimal): -12241045 or 7026501. OLE color: 7026501.

HSL color Cylindrical-coordinate representation of color #45376B: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45376B is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 55 107 -
CMYK 0.36 0.49 0 0.58
HSL 256.15º 0.32% 0.32% -
HSV(B) 256.15º 0.49% 0.42% -
XYZ 6.47 5.06 14.55 -
YUV 65.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 69 55 107 0.36 0.49 0 0.58 256.15 0.32 0.32
Hex 45 37 6B 24 31 0 3A 100 20 20
Octal 105 67 153 44 61 0 72 400 40 40
Binary 1000101 110111 1101011 100100 110001 0 111010 100000000 100000 100000

Color Harmonies of #45376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45376B

Black with #45376B

Text Example


Text Example

White with #45376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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