Html Css Color HEX #46287D Windsor

📋 copy color: '#46287D'

red 70 ◦ green 40 ◦ blue 125

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

Shades of Windsor #46287D

Tints of Windsor #46287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 29.79%
G = 17.02%
B = 53.19%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46287D (or 0x46287D) is known color: Windsor. HEX triplet: 46, 28 and 7D. RGB value is (70,40,125). Sum of RGB (Red+Green+Blue) = 70+40+125=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #46287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46287D is #B9D782. Grayscale: #3A3A3A. Windows color (decimal): -12179331 or 8202310. OLE color: 8202310.

HSL color Cylindrical-coordinate representation of color #46287D: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46287D is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 40 125 -
CMYK 0.44 0.68 0 0.51
HSL 261.18º 0.52% 0.32% -
HSV(B) 261.18º 0.68% 0.49% -
XYZ 6.99 4.3 19.86 -
YUV 58.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 70 40 125 0.44 0.68 0 0.51 261.18 0.52 0.32
Hex 46 28 7D 2C 44 0 33 105 34 20
Octal 106 50 175 54 104 0 63 405 64 40
Binary 1000110 101000 1111101 101100 1000100 0 110011 100000101 110100 100000

Color Harmonies of #46287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46287D

Black with #46287D

Text Example


Text Example

White with #46287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46287D; }

 p { color: rgb(70,40,125); }

 H1.HeaderClassName
 {
   color: #46287D;
 }
 .AnyTagClassName
 {
   color: #46287D;
 }
</style>

background-color css

<style>
 a { background-color: #46287D; }

 a { background-color: rgb(70,40,125); }

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

border-color css

<style>
 span { border-color: #46287D; }

 span { border-color: rgb(70,40,125); }

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