Html Css Color HEX #47267B Windsor

📋 copy color: '#47267B'

red 71 ◦ green 38 ◦ blue 123

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

Shades of Windsor #47267B

Tints of Windsor #47267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 30.6%
G = 16.38%
B = 53.02%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47267B (or 0x47267B) is known color: Windsor. HEX triplet: 47, 26 and 7B. RGB value is (71,38,123). Sum of RGB (Red+Green+Blue) = 71+38+123=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #47267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267B is #B8D984. Grayscale: #393939. Windows color (decimal): -12114309 or 8070727. OLE color: 8070727.

HSL color Cylindrical-coordinate representation of color #47267B: hue angle of 263.29º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47267B is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 38 123 -
CMYK 0.42 0.69 0 0.52
HSL 263.29º 0.53% 0.32% -
HSV(B) 263.29º 0.69% 0.48% -
XYZ 6.87 4.16 19.18 -
YUV 57.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 71 38 123 0.42 0.69 0 0.52 263.29 0.53 0.32
Hex 47 26 7B 2A 45 0 34 107 35 20
Octal 107 46 173 52 105 0 64 407 65 40
Binary 1000111 100110 1111011 101010 1000101 0 110100 100000111 110101 100000

Color Harmonies of #47267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47267B

Black with #47267B

Text Example


Text Example

White with #47267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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