Html Css Color HEX #46258B Windsor

📋 copy color: '#46258B'

red 70 ◦ green 37 ◦ blue 139

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

Shades of Windsor #46258B

Tints of Windsor #46258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 28.46%
G = 15.04%
B = 56.5%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46258B (or 0x46258B) is known color: Windsor. HEX triplet: 46, 25 and 8B. RGB value is (70,37,139). Sum of RGB (Red+Green+Blue) = 70+37+139=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #46258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46258B is #B9DA74. Grayscale: #3A3A3A. Windows color (decimal): -12180085 or 9119046. OLE color: 9119046.

HSL color Cylindrical-coordinate representation of color #46258B: hue angle of 259.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46258B is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 37 139 -
CMYK 0.50 0.73 0 0.45
HSL 259.41º 0.58% 0.35% -
HSV(B) 259.41º 0.73% 0.55% -
XYZ 7.85 4.49 24.88 -
YUV 58.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 70 37 139 0.50 0.73 0 0.45 259.41 0.58 0.35
Hex 46 25 8B 32 49 0 2D 103 3A 23
Octal 106 45 213 62 111 0 55 403 72 43
Binary 1000110 100101 10001011 110010 1001001 0 101101 100000011 111010 100011

Color Harmonies of #46258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46258B

Black with #46258B

Text Example


Text Example

White with #46258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46258B; }

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

 H1.HeaderClassName
 {
   color: #46258B;
 }
 .AnyTagClassName
 {
   color: #46258B;
 }
</style>

background-color css

<style>
 a { background-color: #46258B; }

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

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

border-color css

<style>
 span { border-color: #46258B; }

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

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