Html Css Color HEX #463669 Meteorite

📋 copy color: '#463669'

red 70 ◦ green 54 ◦ blue 105

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

Shades of Meteorite #463669

Tints of Meteorite #463669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 30.57%
G = 23.58%
B = 45.85%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463669 (or 0x463669) is known color: Meteorite. HEX triplet: 46, 36 and 69. RGB value is (70,54,105). Sum of RGB (Red+Green+Blue) = 70+54+105=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #463669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463669 is #B9C996. Grayscale: #404040. Windows color (decimal): -12175767 or 6895174. OLE color: 6895174.

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

Color convert

RGB 70 54 105 -
CMYK 0.33 0.49 0 0.59
HSL 258.82º 0.32% 0.31% -
HSV(B) 258.82º 0.49% 0.41% -
XYZ 6.39 4.96 13.99 -
YUV 64.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 70 54 105 0.33 0.49 0 0.59 258.82 0.32 0.31
Hex 46 36 69 21 31 0 3B 103 20 1F
Octal 106 66 151 41 61 0 73 403 40 37
Binary 1000110 110110 1101001 100001 110001 0 111011 100000011 100000 11111

Color Harmonies of #463669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463669

Black with #463669

Text Example


Text Example

White with #463669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463669; }

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

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

background-color css

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

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

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

border-color css

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

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

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