Html Css Color HEX #46248B Windsor

📋 copy color: '#46248B'

red 70 ◦ green 36 ◦ blue 139

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

Shades of Windsor #46248B

Tints of Windsor #46248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 28.57%
G = 14.69%
B = 56.73%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46248B (or 0x46248B) is known color: Windsor. HEX triplet: 46, 24 and 8B. RGB value is (70,36,139). Sum of RGB (Red+Green+Blue) = 70+36+139=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #46248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46248B is #B9DB74. Grayscale: #393939. Windows color (decimal): -12180341 or 9118790. OLE color: 9118790.

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

Color convert

RGB 70 36 139 -
CMYK 0.50 0.74 0 0.45
HSL 259.81º 0.59% 0.34% -
HSV(B) 259.81º 0.74% 0.55% -
XYZ 7.82 4.43 24.87 -
YUV 57.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 70 36 139 0.50 0.74 0 0.45 259.81 0.59 0.34
Hex 46 24 8B 32 4A 0 2D 104 3B 22
Octal 106 44 213 62 112 0 55 404 73 42
Binary 1000110 100100 10001011 110010 1001010 0 101101 100000100 111011 100010

Color Harmonies of #46248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46248B

Black with #46248B

Text Example


Text Example

White with #46248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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