Html Css Color HEX #4C248A Windsor

📋 copy color: '#4C248A'

red 76 ◦ green 36 ◦ blue 138

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

Shades of Windsor #4C248A

Tints of Windsor #4C248A

RGB

 RED value IS 76 (30.08% from 255) = 30.4%

 GREEN value IS 36 (14.45% from 255) = 14.4%

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 30.4%
G = 14.4%
B = 55.2%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4C248A (or 0x4C248A) is known color: Windsor. HEX triplet: 4C, 24 and 8A. RGB value is (76,36,138). Sum of RGB (Red+Green+Blue) = 76+36+138=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C248A is #B3DB75. Grayscale: #3B3B3B. Windows color (decimal): -11787126 or 9053260. OLE color: 9053260.

HSL color Cylindrical-coordinate representation of color #4C248A: hue angle of 263.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C248A is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 36 138 -
CMYK 0.45 0.74 0 0.46
HSL 263.53º 0.59% 0.34% -
HSV(B) 263.53º 0.74% 0.54% -
XYZ 8.2 4.63 24.51 -
YUV 59.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 76 36 138 0.45 0.74 0 0.46 263.53 0.59 0.34
Hex 4C 24 8A 2D 4A 0 2E 108 3B 22
Octal 114 44 212 55 112 0 56 410 73 42
Binary 1001100 100100 10001010 101101 1001010 0 101110 100001000 111011 100010

Color Harmonies of #4C248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C248A

Black with #4C248A

Text Example


Text Example

White with #4C248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C248A; }

 p { color: rgb(76,36,138); }

 H1.HeaderClassName
 {
   color: #4C248A;
 }
 .AnyTagClassName
 {
   color: #4C248A;
 }
</style>

background-color css

<style>
 a { background-color: #4C248A; }

 a { background-color: rgb(76,36,138); }

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

border-color css

<style>
 span { border-color: #4C248A; }

 span { border-color: rgb(76,36,138); }

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