Html Css Color HEX #4A307C Windsor

📋 copy color: '#4A307C'

red 74 ◦ green 48 ◦ blue 124

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

Shades of Windsor #4A307C

Tints of Windsor #4A307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 30.08%
G = 19.51%
B = 50.41%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A307C (or 0x4A307C) is known color: Windsor. HEX triplet: 4A, 30 and 7C. RGB value is (74,48,124). Sum of RGB (Red+Green+Blue) = 74+48+124=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A307C is #B5CF83. Grayscale: #404040. Windows color (decimal): -11915140 or 8138826. OLE color: 8138826.

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

Color convert

RGB 74 48 124 -
CMYK 0.40 0.61 0 0.51
HSL 260.53º 0.44% 0.34% -
HSV(B) 260.53º 0.61% 0.49% -
XYZ 7.52 5.02 19.64 -
YUV 64.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 74 48 124 0.40 0.61 0 0.51 260.53 0.44 0.34
Hex 4A 30 7C 28 3D 0 33 105 2C 22
Octal 112 60 174 50 75 0 63 405 54 42
Binary 1001010 110000 1111100 101000 111101 0 110011 100000101 101100 100010

Color Harmonies of #4A307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A307C

Black with #4A307C

Text Example


Text Example

White with #4A307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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