Html Css Color HEX #462378 Windsor

📋 copy color: '#462378'

red 70 ◦ green 35 ◦ blue 120

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

Shades of Windsor #462378

Tints of Windsor #462378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 120 (47.27% from 255) = 53.33%

R = 31.11%
G = 15.56%
B = 53.33%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462378 (or 0x462378) is known color: Windsor. HEX triplet: 46, 23 and 78. RGB value is (70,35,120). Sum of RGB (Red+Green+Blue) = 70+35+120=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #462378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462378 is #B9DC87. Grayscale: #363636. Windows color (decimal): -12180616 or 7873350. OLE color: 7873350.

HSL color Cylindrical-coordinate representation of color #462378: hue angle of 264.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462378 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 35 120 -
CMYK 0.42 0.71 0 0.53
HSL 264.71º 0.55% 0.3% -
HSV(B) 264.71º 0.71% 0.47% -
XYZ 6.52 3.86 18.17 -
YUV 55.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 70 35 120 0.42 0.71 0 0.53 264.71 0.55 0.3
Hex 46 23 78 2A 47 0 35 109 37 1E
Octal 106 43 170 52 107 0 65 411 67 36
Binary 1000110 100011 1111000 101010 1000111 0 110101 100001001 110111 11110

Color Harmonies of #462378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462378

Black with #462378

Text Example


Text Example

White with #462378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462378; }

 p { color: rgb(70,35,120); }

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

background-color css

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

 a { background-color: rgb(70,35,120); }

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

border-color css

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

 span { border-color: rgb(70,35,120); }

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