Html Css Color HEX #461F79 Windsor

📋 copy color: '#461F79'

red 70 ◦ green 31 ◦ blue 121

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

Shades of Windsor #461F79

Tints of Windsor #461F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 31.53%
G = 13.96%
B = 54.5%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461F79 (or 0x461F79) is known color: Windsor. HEX triplet: 46, 1F and 79. RGB value is (70,31,121). Sum of RGB (Red+Green+Blue) = 70+31+121=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #461F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F79 is #B9E086. Grayscale: #343434. Windows color (decimal): -12181639 or 7937862. OLE color: 7937862.

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

Color convert

RGB 70 31 121 -
CMYK 0.42 0.74 0 0.53
HSL 266º 0.59% 0.3% -
HSV(B) 266º 0.74% 0.47% -
XYZ 6.47 3.66 18.46 -
YUV 52.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 70 31 121 0.42 0.74 0 0.53 266 0.59 0.3
Hex 46 1F 79 2A 4A 0 35 10A 3B 1E
Octal 106 37 171 52 112 0 65 412 73 36
Binary 1000110 11111 1111001 101010 1001010 0 110101 100001010 111011 11110

Color Harmonies of #461F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F79

Black with #461F79

Text Example


Text Example

White with #461F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,31,121); }

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

background-color css

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

 a { background-color: rgb(70,31,121); }

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

border-color css

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

 span { border-color: rgb(70,31,121); }

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