Html Css Color HEX #462B73 Windsor

📋 copy color: '#462B73'

red 70 ◦ green 43 ◦ blue 115

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

Shades of Windsor #462B73

Tints of Windsor #462B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 30.7%
G = 18.86%
B = 50.44%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462B73 (or 0x462B73) is known color: Windsor. HEX triplet: 46, 2B and 73. RGB value is (70,43,115). Sum of RGB (Red+Green+Blue) = 70+43+115=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #462B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B73 is #B9D48C. Grayscale: #3B3B3B. Windows color (decimal): -12178573 or 7547718. OLE color: 7547718.

HSL color Cylindrical-coordinate representation of color #462B73: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462B73 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 43 115 -
CMYK 0.39 0.63 0 0.55
HSL 262.5º 0.46% 0.31% -
HSV(B) 262.5º 0.63% 0.45% -
XYZ 6.48 4.27 16.7 -
YUV 59.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 70 43 115 0.39 0.63 0 0.55 262.5 0.46 0.31
Hex 46 2B 73 27 3F 0 37 106 2E 1F
Octal 106 53 163 47 77 0 67 406 56 37
Binary 1000110 101011 1110011 100111 111111 0 110111 100000110 101110 11111

Color Harmonies of #462B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B73

Black with #462B73

Text Example


Text Example

White with #462B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,115); }

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

background-color css

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

 a { background-color: rgb(70,43,115); }

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

border-color css

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

 span { border-color: rgb(70,43,115); }

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