Html Css Color HEX #462E85 Windsor

📋 copy color: '#462E85'

red 70 ◦ green 46 ◦ blue 133

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

Shades of Windsor #462E85

Tints of Windsor #462E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 28.11%
G = 18.47%
B = 53.41%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#462E85 (or 0x462E85) is known color: Windsor. HEX triplet: 46, 2E and 85. RGB value is (70,46,133). Sum of RGB (Red+Green+Blue) = 70+46+133=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #462E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E85 is #B9D17A. Grayscale: #3E3E3E. Windows color (decimal): -12177787 or 8728134. OLE color: 8728134.

HSL color Cylindrical-coordinate representation of color #462E85: hue angle of 256.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462E85 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 46 133 -
CMYK 0.47 0.65 0 0.48
HSL 256.55º 0.49% 0.35% -
HSV(B) 256.55º 0.65% 0.52% -
XYZ 7.74 4.95 22.74 -
YUV 63.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 70 46 133 0.47 0.65 0 0.48 256.55 0.49 0.35
Hex 46 2E 85 2F 41 0 30 101 31 23
Octal 106 56 205 57 101 0 60 401 61 43
Binary 1000110 101110 10000101 101111 1000001 0 110000 100000001 110001 100011

Color Harmonies of #462E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E85

Black with #462E85

Text Example


Text Example

White with #462E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E85; }

 p { color: rgb(70,46,133); }

 H1.HeaderClassName
 {
   color: #462E85;
 }
 .AnyTagClassName
 {
   color: #462E85;
 }
</style>

background-color css

<style>
 a { background-color: #462E85; }

 a { background-color: rgb(70,46,133); }

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

border-color css

<style>
 span { border-color: #462E85; }

 span { border-color: rgb(70,46,133); }

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