Html Css Color HEX #462687 Windsor

📋 copy color: '#462687'

red 70 ◦ green 38 ◦ blue 135

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

Shades of Windsor #462687

Tints of Windsor #462687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 28.81%
G = 15.64%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462687 (or 0x462687) is known color: Windsor. HEX triplet: 46, 26 and 87. RGB value is (70,38,135). Sum of RGB (Red+Green+Blue) = 70+38+135=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #462687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462687 is #B9D978. Grayscale: #3A3A3A. Windows color (decimal): -12179833 or 8857158. OLE color: 8857158.

HSL color Cylindrical-coordinate representation of color #462687: hue angle of 259.79º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462687 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 38 135 -
CMYK 0.48 0.72 0 0.47
HSL 259.79º 0.56% 0.34% -
HSV(B) 259.79º 0.72% 0.53% -
XYZ 7.59 4.44 23.38 -
YUV 58.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 70 38 135 0.48 0.72 0 0.47 259.79 0.56 0.34
Hex 46 26 87 30 48 0 2F 104 38 22
Octal 106 46 207 60 110 0 57 404 70 42
Binary 1000110 100110 10000111 110000 1001000 0 101111 100000100 111000 100010

Color Harmonies of #462687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462687

Black with #462687

Text Example


Text Example

White with #462687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462687; }

 p { color: rgb(70,38,135); }

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

background-color css

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

 a { background-color: rgb(70,38,135); }

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

border-color css

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

 span { border-color: rgb(70,38,135); }

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