Html Css Color HEX #4A288C Windsor

📋 copy color: '#4A288C'

red 74 ◦ green 40 ◦ blue 140

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

Shades of Windsor #4A288C

Tints of Windsor #4A288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 29.13%
G = 15.75%
B = 55.12%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A288C (or 0x4A288C) is known color: Windsor. HEX triplet: 4A, 28 and 8C. RGB value is (74,40,140). Sum of RGB (Red+Green+Blue) = 74+40+140=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A288C is #B5D773. Grayscale: #3D3D3D. Windows color (decimal): -11917172 or 9185354. OLE color: 9185354.

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

Color convert

RGB 74 40 140 -
CMYK 0.47 0.71 0 0.45
HSL 260.4º 0.56% 0.35% -
HSV(B) 260.4º 0.71% 0.55% -
XYZ 8.32 4.87 25.31 -
YUV 61.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 74 40 140 0.47 0.71 0 0.45 260.4 0.56 0.35
Hex 4A 28 8C 2F 47 0 2D 104 38 23
Octal 112 50 214 57 107 0 55 404 70 43
Binary 1001010 101000 10001100 101111 1000111 0 101101 100000100 111000 100011

Color Harmonies of #4A288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A288C

Black with #4A288C

Text Example


Text Example

White with #4A288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,140); }

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

background-color css

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

 a { background-color: rgb(74,40,140); }

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

border-color css

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

 span { border-color: rgb(74,40,140); }

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