Html Css Color HEX #461C78 Windsor

📋 copy color: '#461C78'

red 70 ◦ green 28 ◦ blue 120

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

Shades of Windsor #461C78

Tints of Windsor #461C78

RGB

 RED value IS 70 (27.73% from 255) = 32.11%

 GREEN value IS 28 (11.33% from 255) = 12.84%

 BLUE value IS 120 (47.27% from 255) = 55.05%

R = 32.11%
G = 12.84%
B = 55.05%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461C78 (or 0x461C78) is known color: Windsor. HEX triplet: 46, 1C and 78. RGB value is (70,28,120). Sum of RGB (Red+Green+Blue) = 70+28+120=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #461C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C78 is #B9E387. Grayscale: #323232. Windows color (decimal): -12182408 or 7871558. OLE color: 7871558.

HSL color Cylindrical-coordinate representation of color #461C78: hue angle of 267.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461C78 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 28 120 -
CMYK 0.42 0.77 0 0.53
HSL 267.39º 0.62% 0.29% -
HSV(B) 267.39º 0.77% 0.47% -
XYZ 6.33 3.49 18.11 -
YUV 51.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 70 28 120 0.42 0.77 0 0.53 267.39 0.62 0.29
Hex 46 1C 78 2A 4D 0 35 10B 3E 1D
Octal 106 34 170 52 115 0 65 413 76 35
Binary 1000110 11100 1111000 101010 1001101 0 110101 100001011 111110 11101

Color Harmonies of #461C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C78

Black with #461C78

Text Example


Text Example

White with #461C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C78; }

 p { color: rgb(70,28,120); }

 H1.HeaderClassName
 {
   color: #461C78;
 }
 .AnyTagClassName
 {
   color: #461C78;
 }
</style>

background-color css

<style>
 a { background-color: #461C78; }

 a { background-color: rgb(70,28,120); }

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

border-color css

<style>
 span { border-color: #461C78; }

 span { border-color: rgb(70,28,120); }

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