Html Css Color HEX #4A238D Windsor

📋 copy color: '#4A238D'

red 74 ◦ green 35 ◦ blue 141

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

Shades of Windsor #4A238D

Tints of Windsor #4A238D

RGB

 RED value IS 74 (29.3% from 255) = 29.6%

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

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

R = 29.6%
G = 14%
B = 56.4%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A238D (or 0x4A238D) is known color: Windsor. HEX triplet: 4A, 23 and 8D. RGB value is (74,35,141). Sum of RGB (Red+Green+Blue) = 74+35+141=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A238D is #B5DC72. Grayscale: #3A3A3A. Windows color (decimal): -11918451 or 9249610. OLE color: 9249610.

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

Color convert

RGB 74 35 141 -
CMYK 0.48 0.75 0 0.45
HSL 262.08º 0.6% 0.35% -
HSV(B) 262.08º 0.75% 0.55% -
XYZ 8.23 4.58 25.65 -
YUV 58.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 74 35 141 0.48 0.75 0 0.45 262.08 0.6 0.35
Hex 4A 23 8D 30 4B 0 2D 106 3C 23
Octal 112 43 215 60 113 0 55 406 74 43
Binary 1001010 100011 10001101 110000 1001011 0 101101 100000110 111100 100011

Color Harmonies of #4A238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A238D

Black with #4A238D

Text Example


Text Example

White with #4A238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,141); }

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

background-color css

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

 a { background-color: rgb(74,35,141); }

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

border-color css

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

 span { border-color: rgb(74,35,141); }

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