Html Css Color HEX #47367B Windsor

📋 copy color: '#47367B'

red 71 ◦ green 54 ◦ blue 123

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

Shades of Windsor #47367B

Tints of Windsor #47367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 28.63%
G = 21.77%
B = 49.6%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47367B (or 0x47367B) is known color: Windsor. HEX triplet: 47, 36 and 7B. RGB value is (71,54,123). Sum of RGB (Red+Green+Blue) = 71+54+123=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #47367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47367B is #B8C984. Grayscale: #424242. Windows color (decimal): -12110213 or 8074823. OLE color: 8074823.

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

Color convert

RGB 71 54 123 -
CMYK 0.42 0.56 0 0.52
HSL 254.78º 0.39% 0.35% -
HSV(B) 254.78º 0.56% 0.48% -
XYZ 7.49 5.41 19.39 -
YUV 66.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 71 54 123 0.42 0.56 0 0.52 254.78 0.39 0.35
Hex 47 36 7B 2A 38 0 34 FF 27 23
Octal 107 66 173 52 70 0 64 377 47 43
Binary 1000111 110110 1111011 101010 111000 0 110100 11111111 100111 100011

Color Harmonies of #47367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47367B

Black with #47367B

Text Example


Text Example

White with #47367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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