Html Css Color HEX #473769 Meteorite

📋 copy color: '#473769'

red 71 ◦ green 55 ◦ blue 105

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

Shades of Meteorite #473769

Tints of Meteorite #473769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.45%

R = 30.74%
G = 23.81%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473769 (or 0x473769) is known color: Meteorite. HEX triplet: 47, 37 and 69. RGB value is (71,55,105). Sum of RGB (Red+Green+Blue) = 71+55+105=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #473769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473769 is #B8C896. Grayscale: #414141. Windows color (decimal): -12109975 or 6895431. OLE color: 6895431.

HSL color Cylindrical-coordinate representation of color #473769: hue angle of 259.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473769 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 55 105 -
CMYK 0.32 0.48 0 0.59
HSL 259.2º 0.31% 0.31% -
HSV(B) 259.2º 0.48% 0.41% -
XYZ 6.51 5.09 14 -
YUV 65.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 71 55 105 0.32 0.48 0 0.59 259.2 0.31 0.31
Hex 47 37 69 20 30 0 3B 103 1F 1F
Octal 107 67 151 40 60 0 73 403 37 37
Binary 1000111 110111 1101001 100000 110000 0 111011 100000011 11111 11111

Color Harmonies of #473769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473769

Black with #473769

Text Example


Text Example

White with #473769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473769; }

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

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

background-color css

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

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

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

border-color css

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

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

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