Html Css Color HEX #472268 Blue Diamond

📋 copy color: '#472268'

red 71 ◦ green 34 ◦ blue 104

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

Shades of Blue Diamond #472268

Tints of Blue Diamond #472268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

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

R = 33.97%
G = 16.27%
B = 49.76%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472268 (or 0x472268) is known color: Blue Diamond. HEX triplet: 47, 22 and 68. RGB value is (71,34,104). Sum of RGB (Red+Green+Blue) = 71+34+104=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #472268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472268 is #B8DD97. Grayscale: #343434. Windows color (decimal): -12115352 or 6824519. OLE color: 6824519.

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

Color convert

RGB 71 34 104 -
CMYK 0.32 0.67 0 0.59
HSL 271.71º 0.51% 0.27% -
HSV(B) 271.71º 0.67% 0.41% -
XYZ 5.67 3.48 13.47 -
YUV 53.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 71 34 104 0.32 0.67 0 0.59 271.71 0.51 0.27
Hex 47 22 68 20 43 0 3B 110 33 1B
Octal 107 42 150 40 103 0 73 420 63 33
Binary 1000111 100010 1101000 100000 1000011 0 111011 100010000 110011 11011

Color Harmonies of #472268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472268

Black with #472268

Text Example


Text Example

White with #472268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472268; }

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

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

background-color css

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

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

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

border-color css

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

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

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