Html Css Color HEX #4D238E Windsor

📋 copy color: '#4D238E'

red 77 ◦ green 35 ◦ blue 142

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

Shades of Windsor #4D238E

Tints of Windsor #4D238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 30.31%
G = 13.78%
B = 55.91%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D238E (or 0x4D238E) is known color: Windsor. HEX triplet: 4D, 23 and 8E. RGB value is (77,35,142). Sum of RGB (Red+Green+Blue) = 77+35+142=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D238E is #B2DC71. Grayscale: #3B3B3B. Windows color (decimal): -11721842 or 9315149. OLE color: 9315149.

HSL color Cylindrical-coordinate representation of color #4D238E: hue angle of 263.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D238E is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 35 142 -
CMYK 0.46 0.75 0 0.44
HSL 263.55º 0.6% 0.35% -
HSV(B) 263.55º 0.75% 0.56% -
XYZ 8.54 4.73 26.05 -
YUV 59.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 77 35 142 0.46 0.75 0 0.44 263.55 0.6 0.35
Hex 4D 23 8E 2E 4B 0 2C 108 3C 23
Octal 115 43 216 56 113 0 54 410 74 43
Binary 1001101 100011 10001110 101110 1001011 0 101100 100001000 111100 100011

Color Harmonies of #4D238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D238E

Black with #4D238E

Text Example


Text Example

White with #4D238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,142); }

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

background-color css

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

 a { background-color: rgb(77,35,142); }

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

border-color css

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

 span { border-color: rgb(77,35,142); }

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