Html Css Color HEX #4C268B Windsor

📋 copy color: '#4C268B'

red 76 ◦ green 38 ◦ blue 139

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

Shades of Windsor #4C268B

Tints of Windsor #4C268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 30.04%
G = 15.02%
B = 54.94%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C268B (or 0x4C268B) is known color: Windsor. HEX triplet: 4C, 26 and 8B. RGB value is (76,38,139). Sum of RGB (Red+Green+Blue) = 76+38+139=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C268B is #B3D974. Grayscale: #3C3C3C. Windows color (decimal): -11786613 or 9119308. OLE color: 9119308.

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

Color convert

RGB 76 38 139 -
CMYK 0.45 0.73 0 0.45
HSL 262.57º 0.57% 0.35% -
HSV(B) 262.57º 0.73% 0.55% -
XYZ 8.33 4.79 24.91 -
YUV 60.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 76 38 139 0.45 0.73 0 0.45 262.57 0.57 0.35
Hex 4C 26 8B 2D 49 0 2D 107 39 23
Octal 114 46 213 55 111 0 55 407 71 43
Binary 1001100 100110 10001011 101101 1001001 0 101101 100000111 111001 100011

Color Harmonies of #4C268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C268B

Black with #4C268B

Text Example


Text Example

White with #4C268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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