Html Css Color HEX #463769 Meteorite

📋 copy color: '#463769'

red 70 ◦ green 55 ◦ blue 105

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

Shades of Meteorite #463769

Tints of Meteorite #463769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 30.43%
G = 23.91%
B = 45.65%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463769 (or 0x463769) is known color: Meteorite. HEX triplet: 46, 37 and 69. RGB value is (70,55,105). Sum of RGB (Red+Green+Blue) = 70+55+105=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #463769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463769 is #B9C896. Grayscale: #414141. Windows color (decimal): -12175511 or 6895430. OLE color: 6895430.

HSL color Cylindrical-coordinate representation of color #463769: hue angle of 258º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463769 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 55 105 -
CMYK 0.33 0.48 0 0.59
HSL 258º 0.31% 0.31% -
HSV(B) 258º 0.48% 0.41% -
XYZ 6.44 5.05 14 -
YUV 65.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 70 55 105 0.33 0.48 0 0.59 258 0.31 0.31
Hex 46 37 69 21 30 0 3B 102 1F 1F
Octal 106 67 151 41 60 0 73 402 37 37
Binary 1000110 110111 1101001 100001 110000 0 111011 100000010 11111 11111

Color Harmonies of #463769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463769

Black with #463769

Text Example


Text Example

White with #463769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463769; }

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

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

background-color css

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

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

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

border-color css

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

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

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