Html Css Color HEX #464062 Meteorite

📋 copy color: '#464062'

red 70 ◦ green 64 ◦ blue 98

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

Shades of Meteorite #464062

Tints of Meteorite #464062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 30.17%
G = 27.59%
B = 42.24%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464062 (or 0x464062) is known color: Meteorite. HEX triplet: 46, 40 and 62. RGB value is (70,64,98). Sum of RGB (Red+Green+Blue) = 70+64+98=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #464062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464062 is #B9BF9D. Grayscale: #454545. Windows color (decimal): -12173214 or 6438982. OLE color: 6438982.

HSL color Cylindrical-coordinate representation of color #464062: hue angle of 250.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464062 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 64 98 -
CMYK 0.29 0.35 0 0.62
HSL 250.59º 0.21% 0.32% -
HSV(B) 250.59º 0.35% 0.38% -
XYZ 6.56 5.85 12.34 -
YUV 69.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 70 64 98 0.29 0.35 0 0.62 250.59 0.21 0.32
Hex 46 40 62 1D 23 0 3E FB 15 20
Octal 106 100 142 35 43 0 76 373 25 40
Binary 1000110 1000000 1100010 11101 100011 0 111110 11111011 10101 100000

Color Harmonies of #464062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464062

Black with #464062

Text Example


Text Example

White with #464062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464062; }

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

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

background-color css

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

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

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

border-color css

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

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

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