Html Css Color HEX #4A247B Windsor

📋 copy color: '#4A247B'

red 74 ◦ green 36 ◦ blue 123

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

Shades of Windsor #4A247B

Tints of Windsor #4A247B

RGB

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

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

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

R = 31.76%
G = 15.45%
B = 52.79%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A247B (or 0x4A247B) is known color: Windsor. HEX triplet: 4A, 24 and 7B. RGB value is (74,36,123). Sum of RGB (Red+Green+Blue) = 74+36+123=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A247B is #B5DB84. Grayscale: #383838. Windows color (decimal): -11918213 or 8070218. OLE color: 8070218.

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

Color convert

RGB 74 36 123 -
CMYK 0.40 0.71 0 0.52
HSL 266.21º 0.55% 0.31% -
HSV(B) 266.21º 0.71% 0.48% -
XYZ 7.03 4.15 19.17 -
YUV 57.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 74 36 123 0.40 0.71 0 0.52 266.21 0.55 0.31
Hex 4A 24 7B 28 47 0 34 10A 37 1F
Octal 112 44 173 50 107 0 64 412 67 37
Binary 1001010 100100 1111011 101000 1000111 0 110100 100001010 110111 11111

Color Harmonies of #4A247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A247B

Black with #4A247B

Text Example


Text Example

White with #4A247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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