Html Css Color HEX #473069 Blue Diamond

📋 copy color: '#473069'

red 71 ◦ green 48 ◦ blue 105

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

Shades of Blue Diamond #473069

Tints of Blue Diamond #473069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 31.7%
G = 21.43%
B = 46.88%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473069 (or 0x473069) is known color: Blue Diamond. HEX triplet: 47, 30 and 69. RGB value is (71,48,105). Sum of RGB (Red+Green+Blue) = 71+48+105=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #473069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473069 is #B8CF96. Grayscale: #3D3D3D. Windows color (decimal): -12111767 or 6893639. OLE color: 6893639.

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

Color convert

RGB 71 48 105 -
CMYK 0.32 0.54 0 0.59
HSL 264.21º 0.37% 0.3% -
HSV(B) 264.21º 0.54% 0.41% -
XYZ 6.21 4.47 13.9 -
YUV 61.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 71 48 105 0.32 0.54 0 0.59 264.21 0.37 0.3
Hex 47 30 69 20 36 0 3B 108 25 1E
Octal 107 60 151 40 66 0 73 410 45 36
Binary 1000111 110000 1101001 100000 110110 0 111011 100001000 100101 11110

Color Harmonies of #473069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473069

Black with #473069

Text Example


Text Example

White with #473069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473069; }

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

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

background-color css

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

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

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

border-color css

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

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

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