Html Css Color HEX #464060 Meteorite

📋 copy color: '#464060'

red 70 ◦ green 64 ◦ blue 96

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

Shades of Meteorite #464060

Tints of Meteorite #464060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 30.43%
G = 27.83%
B = 41.74%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464060 (or 0x464060) is known color: Meteorite. HEX triplet: 46, 40 and 60. RGB value is (70,64,96). Sum of RGB (Red+Green+Blue) = 70+64+96=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #464060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464060 is #B9BF9F. Grayscale: #454545. Windows color (decimal): -12173216 or 6307910. OLE color: 6307910.

HSL color Cylindrical-coordinate representation of color #464060: hue angle of 251.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464060 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 64 96 -
CMYK 0.27 0.33 0 0.62
HSL 251.25º 0.2% 0.31% -
HSV(B) 251.25º 0.33% 0.38% -
XYZ 6.47 5.81 11.85 -
YUV 69.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 70 64 96 0.27 0.33 0 0.62 251.25 0.2 0.31
Hex 46 40 60 1B 21 0 3E FB 14 1F
Octal 106 100 140 33 41 0 76 373 24 37
Binary 1000110 1000000 1100000 11011 100001 0 111110 11111011 10100 11111

Color Harmonies of #464060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464060

Black with #464060

Text Example


Text Example

White with #464060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464060; }

 p { color: rgb(70,64,96); }

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

background-color css

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

 a { background-color: rgb(70,64,96); }

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

border-color css

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

 span { border-color: rgb(70,64,96); }

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