Html Css Color HEX #4A2888 Windsor

📋 copy color: '#4A2888'

red 74 ◦ green 40 ◦ blue 136

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

Shades of Windsor #4A2888

Tints of Windsor #4A2888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 29.6%
G = 16%
B = 54.4%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A2888 (or 0x4A2888) is known color: Windsor. HEX triplet: 4A, 28 and 88. RGB value is (74,40,136). Sum of RGB (Red+Green+Blue) = 74+40+136=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A2888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2888 is #B5D777. Grayscale: #3C3C3C. Windows color (decimal): -11917176 or 8923210. OLE color: 8923210.

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

Color convert

RGB 74 40 136 -
CMYK 0.46 0.71 0 0.47
HSL 261.25º 0.55% 0.35% -
HSV(B) 261.25º 0.71% 0.53% -
XYZ 8.03 4.75 23.79 -
YUV 61.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 74 40 136 0.46 0.71 0 0.47 261.25 0.55 0.35
Hex 4A 28 88 2E 47 0 2F 105 37 23
Octal 112 50 210 56 107 0 57 405 67 43
Binary 1001010 101000 10001000 101110 1000111 0 101111 100000101 110111 100011

Color Harmonies of #4A2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2888

Black with #4A2888

Text Example


Text Example

White with #4A2888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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