Html Css Color HEX #461E8B Windsor

📋 copy color: '#461E8B'

red 70 ◦ green 30 ◦ blue 139

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

Shades of Windsor #461E8B

Tints of Windsor #461E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

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

R = 29.29%
G = 12.55%
B = 58.16%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#461E8B (or 0x461E8B) is known color: Windsor. HEX triplet: 46, 1E and 8B. RGB value is (70,30,139). Sum of RGB (Red+Green+Blue) = 70+30+139=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #461E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E8B is #B9E174. Grayscale: #353535. Windows color (decimal): -12181877 or 9117254. OLE color: 9117254.

HSL color Cylindrical-coordinate representation of color #461E8B: hue angle of 262.02º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461E8B is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 30 139 -
CMYK 0.50 0.78 0 0.45
HSL 262.02º 0.64% 0.33% -
HSV(B) 262.02º 0.78% 0.55% -
XYZ 7.65 4.09 24.81 -
YUV 54.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 70 30 139 0.50 0.78 0 0.45 262.02 0.64 0.33
Hex 46 1E 8B 32 4E 0 2D 106 40 21
Octal 106 36 213 62 116 0 55 406 100 41
Binary 1000110 11110 10001011 110010 1001110 0 101101 100000110 1000000 100001

Color Harmonies of #461E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E8B

Black with #461E8B

Text Example


Text Example

White with #461E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,30,139); }

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

background-color css

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

 a { background-color: rgb(70,30,139); }

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

border-color css

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

 span { border-color: rgb(70,30,139); }

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