Html Css Color HEX #47306F Blue Diamond

📋 copy color: '#47306F'

red 71 ◦ green 48 ◦ blue 111

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

Shades of Blue Diamond #47306F

Tints of Blue Diamond #47306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 30.87%
G = 20.87%
B = 48.26%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47306F (or 0x47306F) is known color: Blue Diamond. HEX triplet: 47, 30 and 6F. RGB value is (71,48,111). Sum of RGB (Red+Green+Blue) = 71+48+111=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #47306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47306F is #B8CF90. Grayscale: #3D3D3D. Windows color (decimal): -12111761 or 7286855. OLE color: 7286855.

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

Color convert

RGB 71 48 111 -
CMYK 0.36 0.57 0 0.56
HSL 261.9º 0.4% 0.31% -
HSV(B) 261.9º 0.57% 0.44% -
XYZ 6.52 4.6 15.58 -
YUV 62.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 71 48 111 0.36 0.57 0 0.56 261.9 0.4 0.31
Hex 47 30 6F 24 39 0 38 106 28 1F
Octal 107 60 157 44 71 0 70 406 50 37
Binary 1000111 110000 1101111 100100 111001 0 111000 100000110 101000 11111

Color Harmonies of #47306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47306F

Black with #47306F

Text Example


Text Example

White with #47306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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