Html Css Color HEX #461F8B Windsor

📋 copy color: '#461F8B'

red 70 ◦ green 31 ◦ blue 139

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

Shades of Windsor #461F8B

Tints of Windsor #461F8B

RGB

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

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

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

R = 29.17%
G = 12.92%
B = 57.92%

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

#461F8B (or 0x461F8B) is known color: Windsor. HEX triplet: 46, 1F and 8B. RGB value is (70,31,139). Sum of RGB (Red+Green+Blue) = 70+31+139=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #461F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461F8B is #B9E074. Grayscale: #363636. Windows color (decimal): -12181621 or 9117510. OLE color: 9117510.

HSL color Cylindrical-coordinate representation of color #461F8B: hue angle of 261.67º 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 #461F8B is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 31 139 -
CMYK 0.50 0.78 0 0.45
HSL 261.67º 0.64% 0.33% -
HSV(B) 261.67º 0.78% 0.55% -
XYZ 7.68 4.15 24.82 -
YUV 54.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 70 31 139 0.50 0.78 0 0.45 261.67 0.64 0.33
Hex 46 1F 8B 32 4E 0 2D 106 40 21
Octal 106 37 213 62 116 0 55 406 100 41
Binary 1000110 11111 10001011 110010 1001110 0 101101 100000110 1000000 100001

Color Harmonies of #461F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F8B

Black with #461F8B

Text Example


Text Example

White with #461F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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