Html Css Color HEX #4A287B Windsor

📋 copy color: '#4A287B'

red 74 ◦ green 40 ◦ blue 123

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

Shades of Windsor #4A287B

Tints of Windsor #4A287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 31.22%
G = 16.88%
B = 51.9%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A287B (or 0x4A287B) is known color: Windsor. HEX triplet: 4A, 28 and 7B. RGB value is (74,40,123). Sum of RGB (Red+Green+Blue) = 74+40+123=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A287B is #B5D784. Grayscale: #3B3B3B. Windows color (decimal): -11917189 or 8071242. OLE color: 8071242.

HSL color Cylindrical-coordinate representation of color #4A287B: hue angle of 264.58º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A287B is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 40 123 -
CMYK 0.40 0.67 0 0.52
HSL 264.58º 0.51% 0.32% -
HSV(B) 264.58º 0.67% 0.48% -
XYZ 7.16 4.4 19.21 -
YUV 59.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 74 40 123 0.40 0.67 0 0.52 264.58 0.51 0.32
Hex 4A 28 7B 28 43 0 34 109 33 20
Octal 112 50 173 50 103 0 64 411 63 40
Binary 1001010 101000 1111011 101000 1000011 0 110100 100001001 110011 100000

Color Harmonies of #4A287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A287B

Black with #4A287B

Text Example


Text Example

White with #4A287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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