Html Css Color HEX #4D248D Windsor

📋 copy color: '#4D248D'

red 77 ◦ green 36 ◦ blue 141

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

Shades of Windsor #4D248D

Tints of Windsor #4D248D

RGB

 RED value IS 77 (30.47% from 255) = 30.31%

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 30.31%
G = 14.17%
B = 55.51%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D248D (or 0x4D248D) is known color: Windsor. HEX triplet: 4D, 24 and 8D. RGB value is (77,36,141). Sum of RGB (Red+Green+Blue) = 77+36+141=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D248D is #B2DB72. Grayscale: #3B3B3B. Windows color (decimal): -11721587 or 9249869. OLE color: 9249869.

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

Color convert

RGB 77 36 141 -
CMYK 0.45 0.74 0 0.45
HSL 263.43º 0.59% 0.35% -
HSV(B) 263.43º 0.74% 0.55% -
XYZ 8.5 4.76 25.67 -
YUV 60.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 77 36 141 0.45 0.74 0 0.45 263.43 0.59 0.35
Hex 4D 24 8D 2D 4A 0 2D 107 3B 23
Octal 115 44 215 55 112 0 55 407 73 43
Binary 1001101 100100 10001101 101101 1001010 0 101101 100000111 111011 100011

Color Harmonies of #4D248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D248D

Black with #4D248D

Text Example


Text Example

White with #4D248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,141); }

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

background-color css

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

 a { background-color: rgb(77,36,141); }

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

border-color css

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

 span { border-color: rgb(77,36,141); }

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