Html Css Color HEX #4C278B Windsor

📋 copy color: '#4C278B'

red 76 ◦ green 39 ◦ blue 139

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

Shades of Windsor #4C278B

Tints of Windsor #4C278B

RGB

 RED value IS 76 (30.08% from 255) = 29.92%

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

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

R = 29.92%
G = 15.35%
B = 54.72%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C278B (or 0x4C278B) is known color: Windsor. HEX triplet: 4C, 27 and 8B. RGB value is (76,39,139). Sum of RGB (Red+Green+Blue) = 76+39+139=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C278B is #B3D874. Grayscale: #3D3D3D. Windows color (decimal): -11786357 or 9119564. OLE color: 9119564.

HSL color Cylindrical-coordinate representation of color #4C278B: hue angle of 262.2º 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 #4C278B is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 39 139 -
CMYK 0.45 0.72 0 0.45
HSL 262.2º 0.56% 0.35% -
HSV(B) 262.2º 0.72% 0.55% -
XYZ 8.37 4.85 24.92 -
YUV 61.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 76 39 139 0.45 0.72 0 0.45 262.2 0.56 0.35
Hex 4C 27 8B 2D 48 0 2D 106 38 23
Octal 114 47 213 55 110 0 55 406 70 43
Binary 1001100 100111 10001011 101101 1001000 0 101101 100000110 111000 100011

Color Harmonies of #4C278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C278B

Black with #4C278B

Text Example


Text Example

White with #4C278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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