Html Css Color HEX #472678 Windsor

📋 copy color: '#472678'

red 71 ◦ green 38 ◦ blue 120

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

Shades of Windsor #472678

Tints of Windsor #472678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 31%
G = 16.59%
B = 52.4%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472678 (or 0x472678) is known color: Windsor. HEX triplet: 47, 26 and 78. RGB value is (71,38,120). Sum of RGB (Red+Green+Blue) = 71+38+120=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #472678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472678 is #B8D987. Grayscale: #383838. Windows color (decimal): -12114312 or 7874119. OLE color: 7874119.

HSL color Cylindrical-coordinate representation of color #472678: hue angle of 264.15º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472678 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 38 120 -
CMYK 0.41 0.68 0 0.53
HSL 264.15º 0.52% 0.31% -
HSV(B) 264.15º 0.68% 0.47% -
XYZ 6.68 4.08 18.21 -
YUV 57.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 71 38 120 0.41 0.68 0 0.53 264.15 0.52 0.31
Hex 47 26 78 29 44 0 35 108 34 1F
Octal 107 46 170 51 104 0 65 410 64 37
Binary 1000111 100110 1111000 101001 1000100 0 110101 100001000 110100 11111

Color Harmonies of #472678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472678

Black with #472678

Text Example


Text Example

White with #472678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472678; }

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

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

background-color css

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

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

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

border-color css

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

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

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