Html Css Color HEX #462689 Windsor

📋 copy color: '#462689'

red 70 ◦ green 38 ◦ blue 137

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

Shades of Windsor #462689

Tints of Windsor #462689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 28.57%
G = 15.51%
B = 55.92%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#462689 (or 0x462689) is known color: Windsor. HEX triplet: 46, 26 and 89. RGB value is (70,38,137). Sum of RGB (Red+Green+Blue) = 70+38+137=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #462689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462689 is #B9D976. Grayscale: #3A3A3A. Windows color (decimal): -12179831 or 8988230. OLE color: 8988230.

HSL color Cylindrical-coordinate representation of color #462689: hue angle of 259.39º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462689 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 38 137 -
CMYK 0.49 0.72 0 0.46
HSL 259.39º 0.57% 0.34% -
HSV(B) 259.39º 0.72% 0.54% -
XYZ 7.73 4.49 24.13 -
YUV 58.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 70 38 137 0.49 0.72 0 0.46 259.39 0.57 0.34
Hex 46 26 89 31 48 0 2E 103 39 22
Octal 106 46 211 61 110 0 56 403 71 42
Binary 1000110 100110 10001001 110001 1001000 0 101110 100000011 111001 100010

Color Harmonies of #462689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462689

Black with #462689

Text Example


Text Example

White with #462689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462689; }

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

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

background-color css

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

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

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

border-color css

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

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

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