Html Css Color HEX #462575 Windsor

📋 copy color: '#462575'

red 70 ◦ green 37 ◦ blue 117

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

Shades of Windsor #462575

Tints of Windsor #462575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 31.25%
G = 16.52%
B = 52.23%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462575 (or 0x462575) is known color: Windsor. HEX triplet: 46, 25 and 75. RGB value is (70,37,117). Sum of RGB (Red+Green+Blue) = 70+37+117=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #462575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462575 is #B9DA8A. Grayscale: #373737. Windows color (decimal): -12180107 or 7677254. OLE color: 7677254.

HSL color Cylindrical-coordinate representation of color #462575: hue angle of 264.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462575 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 37 117 -
CMYK 0.40 0.68 0 0.54
HSL 264.75º 0.52% 0.3% -
HSV(B) 264.75º 0.68% 0.46% -
XYZ 6.4 3.91 17.25 -
YUV 55.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 70 37 117 0.40 0.68 0 0.54 264.75 0.52 0.3
Hex 46 25 75 28 44 0 36 109 34 1E
Octal 106 45 165 50 104 0 66 411 64 36
Binary 1000110 100101 1110101 101000 1000100 0 110110 100001001 110100 11110

Color Harmonies of #462575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462575

Black with #462575

Text Example


Text Example

White with #462575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462575; }

 p { color: rgb(70,37,117); }

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

background-color css

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

 a { background-color: rgb(70,37,117); }

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

border-color css

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

 span { border-color: rgb(70,37,117); }

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