Html Css Color HEX #48207B Windsor

📋 copy color: '#48207B'

red 72 ◦ green 32 ◦ blue 123

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

Shades of Windsor #48207B

Tints of Windsor #48207B

RGB

 RED value IS 72 (28.52% from 255) = 31.72%

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 31.72%
G = 14.1%
B = 54.19%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48207B (or 0x48207B) is known color: Windsor. HEX triplet: 48, 20 and 7B. RGB value is (72,32,123). Sum of RGB (Red+Green+Blue) = 72+32+123=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #48207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207B is #B7DF84. Grayscale: #363636. Windows color (decimal): -12050309 or 8069192. OLE color: 8069192.

HSL color Cylindrical-coordinate representation of color #48207B: hue angle of 266.37º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48207B is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 32 123 -
CMYK 0.41 0.74 0 0.52
HSL 266.37º 0.59% 0.3% -
HSV(B) 266.37º 0.74% 0.48% -
XYZ 6.76 3.84 19.12 -
YUV 54.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 72 32 123 0.41 0.74 0 0.52 266.37 0.59 0.3
Hex 48 20 7B 29 4A 0 34 10A 3B 1E
Octal 110 40 173 51 112 0 64 412 73 36
Binary 1001000 100000 1111011 101001 1001010 0 110100 100001010 111011 11110

Color Harmonies of #48207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48207B

Black with #48207B

Text Example


Text Example

White with #48207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,32,123); }

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

background-color css

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

 a { background-color: rgb(72,32,123); }

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

border-color css

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

 span { border-color: rgb(72,32,123); }

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