Html Css Color HEX #47268C Windsor

📋 copy color: '#47268C'

red 71 ◦ green 38 ◦ blue 140

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

Shades of Windsor #47268C

Tints of Windsor #47268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 28.51%
G = 15.26%
B = 56.22%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47268C (or 0x47268C) is known color: Windsor. HEX triplet: 47, 26 and 8C. RGB value is (71,38,140). Sum of RGB (Red+Green+Blue) = 71+38+140=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #47268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47268C is #B8D973. Grayscale: #3B3B3B. Windows color (decimal): -12114292 or 9184839. OLE color: 9184839.

HSL color Cylindrical-coordinate representation of color #47268C: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47268C is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 38 140 -
CMYK 0.49 0.73 0 0.45
HSL 259.41º 0.57% 0.35% -
HSV(B) 259.41º 0.73% 0.55% -
XYZ 8.03 4.62 25.28 -
YUV 59.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 71 38 140 0.49 0.73 0 0.45 259.41 0.57 0.35
Hex 47 26 8C 31 49 0 2D 103 39 23
Octal 107 46 214 61 111 0 55 403 71 43
Binary 1000111 100110 10001100 110001 1001001 0 101101 100000011 111001 100011

Color Harmonies of #47268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47268C

Black with #47268C

Text Example


Text Example

White with #47268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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