Html Css Color HEX #463C72 Meteorite

📋 copy color: '#463C72'

red 70 ◦ green 60 ◦ blue 114

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

Shades of Meteorite #463C72

Tints of Meteorite #463C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 28.69%
G = 24.59%
B = 46.72%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463C72 (or 0x463C72) is known color: Meteorite. HEX triplet: 46, 3C and 72. RGB value is (70,60,114). Sum of RGB (Red+Green+Blue) = 70+60+114=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #463C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C72 is #B9C38D. Grayscale: #444444. Windows color (decimal): -12174222 or 7486534. OLE color: 7486534.

HSL color Cylindrical-coordinate representation of color #463C72: hue angle of 251.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463C72 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 60 114 -
CMYK 0.39 0.47 0 0.55
HSL 251.11º 0.31% 0.34% -
HSV(B) 251.11º 0.47% 0.45% -
XYZ 7.18 5.75 16.65 -
YUV 69.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 70 60 114 0.39 0.47 0 0.55 251.11 0.31 0.34
Hex 46 3C 72 27 2F 0 37 FB 1F 22
Octal 106 74 162 47 57 0 67 373 37 42
Binary 1000110 111100 1110010 100111 101111 0 110111 11111011 11111 100010

Color Harmonies of #463C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C72

Black with #463C72

Text Example


Text Example

White with #463C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,114); }

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

background-color css

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

 a { background-color: rgb(70,60,114); }

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

border-color css

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

 span { border-color: rgb(70,60,114); }

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