Html Css Color HEX #48297C Windsor

📋 copy color: '#48297C'

red 72 ◦ green 41 ◦ blue 124

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

Shades of Windsor #48297C

Tints of Windsor #48297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 30.38%
G = 17.3%
B = 52.32%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48297C (or 0x48297C) is known color: Windsor. HEX triplet: 48, 29 and 7C. RGB value is (72,41,124). Sum of RGB (Red+Green+Blue) = 72+41+124=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #48297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48297C is #B7D683. Grayscale: #3B3B3B. Windows color (decimal): -12048004 or 8137032. OLE color: 8137032.

HSL color Cylindrical-coordinate representation of color #48297C: hue angle of 262.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48297C is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 41 124 -
CMYK 0.42 0.67 0 0.51
HSL 262.41º 0.5% 0.32% -
HSV(B) 262.41º 0.67% 0.49% -
XYZ 7.1 4.42 19.55 -
YUV 59.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 72 41 124 0.42 0.67 0 0.51 262.41 0.5 0.32
Hex 48 29 7C 2A 43 0 33 106 32 20
Octal 110 51 174 52 103 0 63 406 62 40
Binary 1001000 101001 1111100 101010 1000011 0 110011 100000110 110010 100000

Color Harmonies of #48297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48297C

Black with #48297C

Text Example


Text Example

White with #48297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,41,124); }

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

background-color css

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

 a { background-color: rgb(72,41,124); }

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

border-color css

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

 span { border-color: rgb(72,41,124); }

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