Html Css Color HEX #47266F Blue Diamond

📋 copy color: '#47266F'

red 71 ◦ green 38 ◦ blue 111

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

Shades of Blue Diamond #47266F

Tints of Blue Diamond #47266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 32.27%
G = 17.27%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47266F (or 0x47266F) is known color: Blue Diamond. HEX triplet: 47, 26 and 6F. RGB value is (71,38,111). Sum of RGB (Red+Green+Blue) = 71+38+111=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #47266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266F is #B8D990. Grayscale: #373737. Windows color (decimal): -12114321 or 7284295. OLE color: 7284295.

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

Color convert

RGB 71 38 111 -
CMYK 0.36 0.66 0 0.56
HSL 267.12º 0.49% 0.29% -
HSV(B) 267.12º 0.66% 0.44% -
XYZ 6.16 3.87 15.46 -
YUV 56.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 71 38 111 0.36 0.66 0 0.56 267.12 0.49 0.29
Hex 47 26 6F 24 42 0 38 10B 31 1D
Octal 107 46 157 44 102 0 70 413 61 35
Binary 1000111 100110 1101111 100100 1000010 0 111000 100001011 110001 11101

Color Harmonies of #47266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47266F

Black with #47266F

Text Example


Text Example

White with #47266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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