Html Css Color HEX #463770 Meteorite

📋 copy color: '#463770'

red 70 ◦ green 55 ◦ blue 112

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

Shades of Meteorite #463770

Tints of Meteorite #463770

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

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

 BLUE value IS 112 (44.14% from 255) = 47.26%

R = 29.54%
G = 23.21%
B = 47.26%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463770 (or 0x463770) is known color: Meteorite. HEX triplet: 46, 37 and 70. RGB value is (70,55,112). Sum of RGB (Red+Green+Blue) = 70+55+112=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #463770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463770 is #B9C88F. Grayscale: #414141. Windows color (decimal): -12175504 or 7354182. OLE color: 7354182.

HSL color Cylindrical-coordinate representation of color #463770: hue angle of 255.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463770 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 55 112 -
CMYK 0.38 0.51 0 0.56
HSL 255.79º 0.34% 0.33% -
HSV(B) 255.79º 0.51% 0.44% -
XYZ 6.82 5.2 15.97 -
YUV 65.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 70 55 112 0.38 0.51 0 0.56 255.79 0.34 0.33
Hex 46 37 70 26 33 0 38 100 22 21
Octal 106 67 160 46 63 0 70 400 42 41
Binary 1000110 110111 1110000 100110 110011 0 111000 100000000 100010 100001

Color Harmonies of #463770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463770

Black with #463770

Text Example


Text Example

White with #463770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463770; }

 p { color: rgb(70,55,112); }

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

background-color css

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

 a { background-color: rgb(70,55,112); }

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

border-color css

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

 span { border-color: rgb(70,55,112); }

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