Html Css Color HEX #462875 Windsor

📋 copy color: '#462875'

red 70 ◦ green 40 ◦ blue 117

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

Shades of Windsor #462875

Tints of Windsor #462875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

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

R = 30.84%
G = 17.62%
B = 51.54%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462875 (or 0x462875) is known color: Windsor. HEX triplet: 46, 28 and 75. RGB value is (70,40,117). Sum of RGB (Red+Green+Blue) = 70+40+117=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #462875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462875 is #B9D78A. Grayscale: #393939. Windows color (decimal): -12179339 or 7678022. OLE color: 7678022.

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

Color convert

RGB 70 40 117 -
CMYK 0.40 0.66 0 0.54
HSL 263.38º 0.49% 0.31% -
HSV(B) 263.38º 0.66% 0.46% -
XYZ 6.5 4.1 17.28 -
YUV 57.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 70 40 117 0.40 0.66 0 0.54 263.38 0.49 0.31
Hex 46 28 75 28 42 0 36 107 31 1F
Octal 106 50 165 50 102 0 66 407 61 37
Binary 1000110 101000 1110101 101000 1000010 0 110110 100000111 110001 11111

Color Harmonies of #462875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462875

Black with #462875

Text Example


Text Example

White with #462875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462875; }

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

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

background-color css

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

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

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

border-color css

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

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

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