Html Css Color HEX #463F66 Meteorite

📋 copy color: '#463F66'

red 70 ◦ green 63 ◦ blue 102

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

Shades of Meteorite #463F66

Tints of Meteorite #463F66

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 29.79%
G = 26.81%
B = 43.4%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#463F66 (or 0x463F66) is known color: Meteorite. HEX triplet: 46, 3F and 66. RGB value is (70,63,102). Sum of RGB (Red+Green+Blue) = 70+63+102=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #463F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F66 is #B9C099. Grayscale: #454545. Windows color (decimal): -12173466 or 6700870. OLE color: 6700870.

HSL color Cylindrical-coordinate representation of color #463F66: hue angle of 250.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463F66 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 63 102 -
CMYK 0.31 0.38 0 0.6
HSL 250.77º 0.24% 0.32% -
HSV(B) 250.77º 0.38% 0.4% -
XYZ 6.7 5.82 13.34 -
YUV 69.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 70 63 102 0.31 0.38 0 0.6 250.77 0.24 0.32
Hex 46 3F 66 1F 26 0 3C FB 18 20
Octal 106 77 146 37 46 0 74 373 30 40
Binary 1000110 111111 1100110 11111 100110 0 111100 11111011 11000 100000

Color Harmonies of #463F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F66

Black with #463F66

Text Example


Text Example

White with #463F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F66; }

 p { color: rgb(70,63,102); }

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

background-color css

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

 a { background-color: rgb(70,63,102); }

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

border-color css

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

 span { border-color: rgb(70,63,102); }

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