Html Css Color HEX #4A258A Windsor

📋 copy color: '#4A258A'

red 74 ◦ green 37 ◦ blue 138

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

Shades of Windsor #4A258A

Tints of Windsor #4A258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 29.72%
G = 14.86%
B = 55.42%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4A258A (or 0x4A258A) is known color: Windsor. HEX triplet: 4A, 25 and 8A. RGB value is (74,37,138). Sum of RGB (Red+Green+Blue) = 74+37+138=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A258A is #B5DA75. Grayscale: #3B3B3B. Windows color (decimal): -11917942 or 9053514. OLE color: 9053514.

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

Color convert

RGB 74 37 138 -
CMYK 0.46 0.73 0 0.46
HSL 261.98º 0.58% 0.34% -
HSV(B) 261.98º 0.73% 0.54% -
XYZ 8.07 4.61 24.51 -
YUV 59.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 74 37 138 0.46 0.73 0 0.46 261.98 0.58 0.34
Hex 4A 25 8A 2E 49 0 2E 106 3A 22
Octal 112 45 212 56 111 0 56 406 72 42
Binary 1001010 100101 10001010 101110 1001001 0 101110 100000110 111010 100010

Color Harmonies of #4A258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A258A

Black with #4A258A

Text Example


Text Example

White with #4A258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,138); }

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

background-color css

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

 a { background-color: rgb(74,37,138); }

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

border-color css

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

 span { border-color: rgb(74,37,138); }

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