Html Css Color HEX #463F67 Meteorite

📋 copy color: '#463F67'

red 70 ◦ green 63 ◦ blue 103

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

Shades of Meteorite #463F67

Tints of Meteorite #463F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 29.66%
G = 26.69%
B = 43.64%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463F67 (or 0x463F67) is known color: Meteorite. HEX triplet: 46, 3F and 67. RGB value is (70,63,103). Sum of RGB (Red+Green+Blue) = 70+63+103=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #463F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F67 is #B9C098. Grayscale: #454545. Windows color (decimal): -12173465 or 6766406. OLE color: 6766406.

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

Color convert

RGB 70 63 103 -
CMYK 0.32 0.39 0 0.60
HSL 250.5º 0.24% 0.33% -
HSV(B) 250.5º 0.39% 0.4% -
XYZ 6.75 5.84 13.6 -
YUV 69.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 70 63 103 0.32 0.39 0 0.60 250.5 0.24 0.33
Hex 46 3F 67 20 27 0 3C FB 18 21
Octal 106 77 147 40 47 0 74 373 30 41
Binary 1000110 111111 1100111 100000 100111 0 111100 11111011 11000 100001

Color Harmonies of #463F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F67

Black with #463F67

Text Example


Text Example

White with #463F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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