Html Css Color HEX #473F68 Meteorite

📋 copy color: '#473F68'

red 71 ◦ green 63 ◦ blue 104

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

Shades of Meteorite #473F68

Tints of Meteorite #473F68

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 29.83%
G = 26.47%
B = 43.7%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473F68 (or 0x473F68) is known color: Meteorite. HEX triplet: 47, 3F and 68. RGB value is (71,63,104). Sum of RGB (Red+Green+Blue) = 71+63+104=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #473F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F68 is #B8C097. Grayscale: #454545. Windows color (decimal): -12107928 or 6831943. OLE color: 6831943.

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

Color convert

RGB 71 63 104 -
CMYK 0.32 0.39 0 0.59
HSL 251.71º 0.25% 0.33% -
HSV(B) 251.71º 0.39% 0.41% -
XYZ 6.87 5.89 13.87 -
YUV 70.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 71 63 104 0.32 0.39 0 0.59 251.71 0.25 0.33
Hex 47 3F 68 20 27 0 3B FC 19 21
Octal 107 77 150 40 47 0 73 374 31 41
Binary 1000111 111111 1101000 100000 100111 0 111011 11111100 11001 100001

Color Harmonies of #473F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F68

Black with #473F68

Text Example


Text Example

White with #473F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,104); }

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

background-color css

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

 a { background-color: rgb(71,63,104); }

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

border-color css

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

 span { border-color: rgb(71,63,104); }

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