Html Css Color HEX #473E62 Meteorite

📋 copy color: '#473E62'

red 71 ◦ green 62 ◦ blue 98

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

Shades of Meteorite #473E62

Tints of Meteorite #473E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.84%

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

R = 30.74%
G = 26.84%
B = 42.42%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473E62 (or 0x473E62) is known color: Meteorite. HEX triplet: 47, 3E and 62. RGB value is (71,62,98). Sum of RGB (Red+Green+Blue) = 71+62+98=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #473E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E62 is #B8C19D. Grayscale: #444444. Windows color (decimal): -12108190 or 6438471. OLE color: 6438471.

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

Color convert

RGB 71 62 98 -
CMYK 0.28 0.37 0 0.62
HSL 255º 0.23% 0.31% -
HSV(B) 255º 0.37% 0.38% -
XYZ 6.53 5.67 12.31 -
YUV 68.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 71 62 98 0.28 0.37 0 0.62 255 0.23 0.31
Hex 47 3E 62 1C 25 0 3E FF 16 1F
Octal 107 76 142 34 45 0 76 377 26 37
Binary 1000111 111110 1100010 11100 100101 0 111110 11111111 10110 11111

Color Harmonies of #473E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E62

Black with #473E62

Text Example


Text Example

White with #473E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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