Html Css Color HEX #462F72 Windsor

📋 copy color: '#462F72'

red 70 ◦ green 47 ◦ blue 114

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

Shades of Windsor #462F72

Tints of Windsor #462F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 30.3%
G = 20.35%
B = 49.35%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462F72 (or 0x462F72) is known color: Windsor. HEX triplet: 46, 2F and 72. RGB value is (70,47,114). Sum of RGB (Red+Green+Blue) = 70+47+114=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #462F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F72 is #B9D08D. Grayscale: #3D3D3D. Windows color (decimal): -12177550 or 7483206. OLE color: 7483206.

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

Color convert

RGB 70 47 114 -
CMYK 0.39 0.59 0 0.55
HSL 260.6º 0.42% 0.32% -
HSV(B) 260.6º 0.59% 0.45% -
XYZ 6.58 4.55 16.45 -
YUV 61.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 70 47 114 0.39 0.59 0 0.55 260.6 0.42 0.32
Hex 46 2F 72 27 3B 0 37 105 2A 20
Octal 106 57 162 47 73 0 67 405 52 40
Binary 1000110 101111 1110010 100111 111011 0 110111 100000101 101010 100000

Color Harmonies of #462F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F72

Black with #462F72

Text Example


Text Example

White with #462F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,114); }

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

background-color css

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

 a { background-color: rgb(70,47,114); }

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

border-color css

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

 span { border-color: rgb(70,47,114); }

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