Html Css Color HEX #463569 Meteorite

📋 copy color: '#463569'

red 70 ◦ green 53 ◦ blue 105

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

Shades of Meteorite #463569

Tints of Meteorite #463569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 30.7%
G = 23.25%
B = 46.05%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463569 (or 0x463569) is known color: Meteorite. HEX triplet: 46, 35 and 69. RGB value is (70,53,105). Sum of RGB (Red+Green+Blue) = 70+53+105=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #463569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463569 is #B9CA96. Grayscale: #3F3F3F. Windows color (decimal): -12176023 or 6894918. OLE color: 6894918.

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

Color convert

RGB 70 53 105 -
CMYK 0.33 0.50 0 0.59
HSL 259.62º 0.33% 0.31% -
HSV(B) 259.62º 0.5% 0.41% -
XYZ 6.35 4.87 13.97 -
YUV 64.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 70 53 105 0.33 0.50 0 0.59 259.62 0.33 0.31
Hex 46 35 69 21 32 0 3B 104 21 1F
Octal 106 65 151 41 62 0 73 404 41 37
Binary 1000110 110101 1101001 100001 110010 0 111011 100000100 100001 11111

Color Harmonies of #463569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463569

Black with #463569

Text Example


Text Example

White with #463569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463569; }

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

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

background-color css

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

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

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

border-color css

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

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

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