Html Css Color HEX #463975 Meteorite

📋 copy color: '#463975'

red 70 ◦ green 57 ◦ blue 117

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

Shades of Meteorite #463975

Tints of Meteorite #463975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 28.69%
G = 23.36%
B = 47.95%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463975 (or 0x463975) is known color: Meteorite. HEX triplet: 46, 39 and 75. RGB value is (70,57,117). Sum of RGB (Red+Green+Blue) = 70+57+117=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #463975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463975 is #B9C68A. Grayscale: #434343. Windows color (decimal): -12174987 or 7682374. OLE color: 7682374.

HSL color Cylindrical-coordinate representation of color #463975: hue angle of 253º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463975 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 57 117 -
CMYK 0.40 0.51 0 0.54
HSL 253º 0.34% 0.34% -
HSV(B) 253º 0.51% 0.46% -
XYZ 7.2 5.51 17.51 -
YUV 67.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 70 57 117 0.40 0.51 0 0.54 253 0.34 0.34
Hex 46 39 75 28 33 0 36 FD 22 22
Octal 106 71 165 50 63 0 66 375 42 42
Binary 1000110 111001 1110101 101000 110011 0 110110 11111101 100010 100010

Color Harmonies of #463975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463975

Black with #463975

Text Example


Text Example

White with #463975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463975; }

 p { color: rgb(70,57,117); }

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

background-color css

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

 a { background-color: rgb(70,57,117); }

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

border-color css

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

 span { border-color: rgb(70,57,117); }

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