Html Css Color HEX #4A278B Windsor

📋 copy color: '#4A278B'

red 74 ◦ green 39 ◦ blue 139

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

Shades of Windsor #4A278B

Tints of Windsor #4A278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 29.37%
G = 15.48%
B = 55.16%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A278B (or 0x4A278B) is known color: Windsor. HEX triplet: 4A, 27 and 8B. RGB value is (74,39,139). Sum of RGB (Red+Green+Blue) = 74+39+139=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A278B is #B5D874. Grayscale: #3C3C3C. Windows color (decimal): -11917429 or 9119562. OLE color: 9119562.

HSL color Cylindrical-coordinate representation of color #4A278B: hue angle of 261º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A278B is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 39 139 -
CMYK 0.47 0.72 0 0.45
HSL 261º 0.56% 0.35% -
HSV(B) 261º 0.72% 0.55% -
XYZ 8.21 4.77 24.91 -
YUV 60.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 74 39 139 0.47 0.72 0 0.45 261 0.56 0.35
Hex 4A 27 8B 2F 48 0 2D 105 38 23
Octal 112 47 213 57 110 0 55 405 70 43
Binary 1001010 100111 10001011 101111 1001000 0 101101 100000101 111000 100011

Color Harmonies of #4A278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A278B

Black with #4A278B

Text Example


Text Example

White with #4A278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,139); }

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

background-color css

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

 a { background-color: rgb(74,39,139); }

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

border-color css

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

 span { border-color: rgb(74,39,139); }

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