Html Css Color HEX #462685 Windsor

📋 copy color: '#462685'

red 70 ◦ green 38 ◦ blue 133

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

Shades of Windsor #462685

Tints of Windsor #462685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 29.05%
G = 15.77%
B = 55.19%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#462685 (or 0x462685) is known color: Windsor. HEX triplet: 46, 26 and 85. RGB value is (70,38,133). Sum of RGB (Red+Green+Blue) = 70+38+133=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #462685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462685 is #B9D97A. Grayscale: #3A3A3A. Windows color (decimal): -12179835 or 8726086. OLE color: 8726086.

HSL color Cylindrical-coordinate representation of color #462685: hue angle of 260.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462685 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 38 133 -
CMYK 0.47 0.71 0 0.48
HSL 260.21º 0.56% 0.34% -
HSV(B) 260.21º 0.71% 0.52% -
XYZ 7.45 4.38 22.64 -
YUV 58.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 70 38 133 0.47 0.71 0 0.48 260.21 0.56 0.34
Hex 46 26 85 2F 47 0 30 104 38 22
Octal 106 46 205 57 107 0 60 404 70 42
Binary 1000110 100110 10000101 101111 1000111 0 110000 100000100 111000 100010

Color Harmonies of #462685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462685

Black with #462685

Text Example


Text Example

White with #462685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462685; }

 p { color: rgb(70,38,133); }

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

background-color css

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

 a { background-color: rgb(70,38,133); }

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

border-color css

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

 span { border-color: rgb(70,38,133); }

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