Html Css Color HEX #462488 Windsor

📋 copy color: '#462488'

red 70 ◦ green 36 ◦ blue 136

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

Shades of Windsor #462488

Tints of Windsor #462488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 28.93%
G = 14.88%
B = 56.2%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462488 (or 0x462488) is known color: Windsor. HEX triplet: 46, 24 and 88. RGB value is (70,36,136). Sum of RGB (Red+Green+Blue) = 70+36+136=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #462488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462488 is #B9DB77. Grayscale: #393939. Windows color (decimal): -12180344 or 8922182. OLE color: 8922182.

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

Color convert

RGB 70 36 136 -
CMYK 0.49 0.74 0 0.47
HSL 260.4º 0.58% 0.34% -
HSV(B) 260.4º 0.74% 0.53% -
XYZ 7.6 4.34 23.73 -
YUV 57.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 70 36 136 0.49 0.74 0 0.47 260.4 0.58 0.34
Hex 46 24 88 31 4A 0 2F 104 3A 22
Octal 106 44 210 61 112 0 57 404 72 42
Binary 1000110 100100 10001000 110001 1001010 0 101111 100000100 111010 100010

Color Harmonies of #462488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462488

Black with #462488

Text Example


Text Example

White with #462488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462488; }

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

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

background-color css

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

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

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

border-color css

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

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

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