Html Css Color HEX #4A337F Windsor

📋 copy color: '#4A337F'

red 74 ◦ green 51 ◦ blue 127

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

Shades of Windsor #4A337F

Tints of Windsor #4A337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 127 (50% from 255) = 50.4%

R = 29.37%
G = 20.24%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A337F (or 0x4A337F) is known color: Windsor. HEX triplet: 4A, 33 and 7F. RGB value is (74,51,127). Sum of RGB (Red+Green+Blue) = 74+51+127=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A337F is #B5CC80. Grayscale: #424242. Windows color (decimal): -11914369 or 8336202. OLE color: 8336202.

HSL color Cylindrical-coordinate representation of color #4A337F: hue angle of 258.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A337F is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 51 127 -
CMYK 0.42 0.60 0 0.50
HSL 258.16º 0.43% 0.35% -
HSV(B) 258.16º 0.6% 0.5% -
XYZ 7.84 5.36 20.7 -
YUV 66.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 74 51 127 0.42 0.60 0 0.50 258.16 0.43 0.35
Hex 4A 33 7F 2A 3C 0 32 102 2B 23
Octal 112 63 177 52 74 0 62 402 53 43
Binary 1001010 110011 1111111 101010 111100 0 110010 100000010 101011 100011

Color Harmonies of #4A337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A337F

Black with #4A337F

Text Example


Text Example

White with #4A337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,127); }

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

background-color css

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

 a { background-color: rgb(74,51,127); }

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

border-color css

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

 span { border-color: rgb(74,51,127); }

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