Html Css Color HEX #47306D Blue Diamond

📋 copy color: '#47306D'

red 71 ◦ green 48 ◦ blue 109

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

Shades of Blue Diamond #47306D

Tints of Blue Diamond #47306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 31.14%
G = 21.05%
B = 47.81%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47306D (or 0x47306D) is known color: Blue Diamond. HEX triplet: 47, 30 and 6D. RGB value is (71,48,109). Sum of RGB (Red+Green+Blue) = 71+48+109=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #47306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47306D is #B8CF92. Grayscale: #3D3D3D. Windows color (decimal): -12111763 or 7155783. OLE color: 7155783.

HSL color Cylindrical-coordinate representation of color #47306D: hue angle of 262.62º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47306D is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 48 109 -
CMYK 0.35 0.56 0 0.57
HSL 262.62º 0.39% 0.31% -
HSV(B) 262.62º 0.56% 0.43% -
XYZ 6.42 4.56 15.01 -
YUV 61.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 71 48 109 0.35 0.56 0 0.57 262.62 0.39 0.31
Hex 47 30 6D 23 38 0 39 107 27 1F
Octal 107 60 155 43 70 0 71 407 47 37
Binary 1000111 110000 1101101 100011 111000 0 111001 100000111 100111 11111

Color Harmonies of #47306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47306D

Black with #47306D

Text Example


Text Example

White with #47306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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