Html Css Color HEX #462D88 Windsor

📋 copy color: '#462D88'

red 70 ◦ green 45 ◦ blue 136

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

Shades of Windsor #462D88

Tints of Windsor #462D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.93%

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

R = 27.89%
G = 17.93%
B = 54.18%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462D88 (or 0x462D88) is known color: Windsor. HEX triplet: 46, 2D and 88. RGB value is (70,45,136). Sum of RGB (Red+Green+Blue) = 70+45+136=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #462D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462D88 is #B9D277. Grayscale: #3E3E3E. Windows color (decimal): -12178040 or 8924486. OLE color: 8924486.

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

Color convert

RGB 70 45 136 -
CMYK 0.49 0.67 0 0.47
HSL 256.48º 0.5% 0.35% -
HSV(B) 256.48º 0.67% 0.53% -
XYZ 7.91 4.96 23.83 -
YUV 62.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 70 45 136 0.49 0.67 0 0.47 256.48 0.5 0.35
Hex 46 2D 88 31 43 0 2F 100 32 23
Octal 106 55 210 61 103 0 57 400 62 43
Binary 1000110 101101 10001000 110001 1000011 0 101111 100000000 110010 100011

Color Harmonies of #462D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D88

Black with #462D88

Text Example


Text Example

White with #462D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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