Html Css Color HEX #48268E Windsor

📋 copy color: '#48268E'

red 72 ◦ green 38 ◦ blue 142

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

Shades of Windsor #48268E

Tints of Windsor #48268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 28.57%
G = 15.08%
B = 56.35%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48268E (or 0x48268E) is known color: Windsor. HEX triplet: 48, 26 and 8E. RGB value is (72,38,142). Sum of RGB (Red+Green+Blue) = 72+38+142=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #48268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48268E is #B7D971. Grayscale: #3B3B3B. Windows color (decimal): -12048754 or 9315912. OLE color: 9315912.

HSL color Cylindrical-coordinate representation of color #48268E: hue angle of 259.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48268E is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 38 142 -
CMYK 0.49 0.73 0 0.44
HSL 259.62º 0.58% 0.35% -
HSV(B) 259.62º 0.73% 0.56% -
XYZ 8.25 4.72 26.07 -
YUV 60.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 72 38 142 0.49 0.73 0 0.44 259.62 0.58 0.35
Hex 48 26 8E 31 49 0 2C 104 3A 23
Octal 110 46 216 61 111 0 54 404 72 43
Binary 1001000 100110 10001110 110001 1001001 0 101100 100000100 111010 100011

Color Harmonies of #48268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48268E

Black with #48268E

Text Example


Text Example

White with #48268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48268E; }

 p { color: rgb(72,38,142); }

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

background-color css

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

 a { background-color: rgb(72,38,142); }

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

border-color css

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

 span { border-color: rgb(72,38,142); }

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