Html Css Color HEX #462678 Windsor

📋 copy color: '#462678'

red 70 ◦ green 38 ◦ blue 120

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

Shades of Windsor #462678

Tints of Windsor #462678

RGB

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

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

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

R = 30.7%
G = 16.67%
B = 52.63%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462678 (or 0x462678) is known color: Windsor. HEX triplet: 46, 26 and 78. RGB value is (70,38,120). Sum of RGB (Red+Green+Blue) = 70+38+120=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #462678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462678 is #B9D987. Grayscale: #383838. Windows color (decimal): -12179848 or 7874118. OLE color: 7874118.

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

Color convert

RGB 70 38 120 -
CMYK 0.42 0.68 0 0.53
HSL 263.41º 0.52% 0.31% -
HSV(B) 263.41º 0.68% 0.47% -
XYZ 6.61 4.04 18.2 -
YUV 56.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 70 38 120 0.42 0.68 0 0.53 263.41 0.52 0.31
Hex 46 26 78 2A 44 0 35 107 34 1F
Octal 106 46 170 52 104 0 65 407 64 37
Binary 1000110 100110 1111000 101010 1000100 0 110101 100000111 110100 11111

Color Harmonies of #462678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462678

Black with #462678

Text Example


Text Example

White with #462678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462678; }

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

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

background-color css

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

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

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

border-color css

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

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

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