Html Css Color HEX #4A247C Windsor

📋 copy color: '#4A247C'

red 74 ◦ green 36 ◦ blue 124

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

Shades of Windsor #4A247C

Tints of Windsor #4A247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 31.62%
G = 15.38%
B = 52.99%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A247C (or 0x4A247C) is known color: Windsor. HEX triplet: 4A, 24 and 7C. RGB value is (74,36,124). Sum of RGB (Red+Green+Blue) = 74+36+124=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A247C is #B5DB83. Grayscale: #393939. Windows color (decimal): -11918212 or 8135754. OLE color: 8135754.

HSL color Cylindrical-coordinate representation of color #4A247C: hue angle of 265.91º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A247C is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 36 124 -
CMYK 0.40 0.71 0 0.51
HSL 265.91º 0.55% 0.31% -
HSV(B) 265.91º 0.71% 0.49% -
XYZ 7.09 4.17 19.5 -
YUV 57.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 74 36 124 0.40 0.71 0 0.51 265.91 0.55 0.31
Hex 4A 24 7C 28 47 0 33 10A 37 1F
Octal 112 44 174 50 107 0 63 412 67 37
Binary 1001010 100100 1111100 101000 1000111 0 110011 100001010 110111 11111

Color Harmonies of #4A247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A247C

Black with #4A247C

Text Example


Text Example

White with #4A247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,124); }

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

background-color css

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

 a { background-color: rgb(74,36,124); }

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

border-color css

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

 span { border-color: rgb(74,36,124); }

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