Html Css Color HEX #473462 Meteorite

📋 copy color: '#473462'

red 71 ◦ green 52 ◦ blue 98

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

Shades of Meteorite #473462

Tints of Meteorite #473462

RGB

 RED value IS 71 (28.13% from 255) = 32.13%

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 32.13%
G = 23.53%
B = 44.34%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473462 (or 0x473462) is known color: Meteorite. HEX triplet: 47, 34 and 62. RGB value is (71,52,98). Sum of RGB (Red+Green+Blue) = 71+52+98=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #473462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473462 is #B8CB9D. Grayscale: #3E3E3E. Windows color (decimal): -12110750 or 6435911. OLE color: 6435911.

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

Color convert

RGB 71 52 98 -
CMYK 0.28 0.47 0 0.62
HSL 264.78º 0.31% 0.29% -
HSV(B) 264.78º 0.47% 0.38% -
XYZ 6.03 4.68 12.14 -
YUV 62.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 71 52 98 0.28 0.47 0 0.62 264.78 0.31 0.29
Hex 47 34 62 1C 2F 0 3E 109 1F 1D
Octal 107 64 142 34 57 0 76 411 37 35
Binary 1000111 110100 1100010 11100 101111 0 111110 100001001 11111 11101

Color Harmonies of #473462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473462

Black with #473462

Text Example


Text Example

White with #473462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473462; }

 p { color: rgb(71,52,98); }

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

background-color css

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

 a { background-color: rgb(71,52,98); }

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

border-color css

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

 span { border-color: rgb(71,52,98); }

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