Html Css Color HEX #461A7C Windsor

📋 copy color: '#461A7C'

red 70 ◦ green 26 ◦ blue 124

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

Shades of Windsor #461A7C

Tints of Windsor #461A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 31.82%
G = 11.82%
B = 56.36%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#461A7C (or 0x461A7C) is known color: Windsor. HEX triplet: 46, 1A and 7C. RGB value is (70,26,124). Sum of RGB (Red+Green+Blue) = 70+26+124=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #461A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A7C is #B9E583. Grayscale: #313131. Windows color (decimal): -12182916 or 8133190. OLE color: 8133190.

HSL color Cylindrical-coordinate representation of color #461A7C: hue angle of 266.94º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461A7C is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 26 124 -
CMYK 0.44 0.79 0 0.51
HSL 266.94º 0.65% 0.29% -
HSV(B) 266.94º 0.79% 0.49% -
XYZ 6.53 3.5 19.4 -
YUV 50.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 70 26 124 0.44 0.79 0 0.51 266.94 0.65 0.29
Hex 46 1A 7C 2C 4F 0 33 10B 41 1D
Octal 106 32 174 54 117 0 63 413 101 35
Binary 1000110 11010 1111100 101100 1001111 0 110011 100001011 1000001 11101

Color Harmonies of #461A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A7C

Black with #461A7C

Text Example


Text Example

White with #461A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,26,124); }

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

background-color css

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

 a { background-color: rgb(70,26,124); }

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

border-color css

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

 span { border-color: rgb(70,26,124); }

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