Html Css Color HEX #473760 Meteorite

📋 copy color: '#473760'

red 71 ◦ green 55 ◦ blue 96

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

Shades of Meteorite #473760

Tints of Meteorite #473760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 31.98%
G = 24.77%
B = 43.24%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473760 (or 0x473760) is known color: Meteorite. HEX triplet: 47, 37 and 60. RGB value is (71,55,96). Sum of RGB (Red+Green+Blue) = 71+55+96=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #473760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473760 is #B8C89F. Grayscale: #404040. Windows color (decimal): -12109984 or 6305607. OLE color: 6305607.

HSL color Cylindrical-coordinate representation of color #473760: hue angle of 263.41º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473760 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 55 96 -
CMYK 0.26 0.43 0 0.62
HSL 263.41º 0.27% 0.3% -
HSV(B) 263.41º 0.43% 0.38% -
XYZ 6.08 4.92 11.7 -
YUV 64.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 71 55 96 0.26 0.43 0 0.62 263.41 0.27 0.3
Hex 47 37 60 1A 2B 0 3E 107 1B 1E
Octal 107 67 140 32 53 0 76 407 33 36
Binary 1000111 110111 1100000 11010 101011 0 111110 100000111 11011 11110

Color Harmonies of #473760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473760

Black with #473760

Text Example


Text Example

White with #473760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473760; }

 p { color: rgb(71,55,96); }

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

background-color css

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

 a { background-color: rgb(71,55,96); }

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

border-color css

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

 span { border-color: rgb(71,55,96); }

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