Html Css Color HEX #463457 Jagger

📋 copy color: '#463457'

red 70 ◦ green 52 ◦ blue 87

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

Shades of Jagger #463457

Tints of Jagger #463457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 33.49%
G = 24.88%
B = 41.63%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#463457 (or 0x463457) is known color: Jagger. HEX triplet: 46, 34 and 57. RGB value is (70,52,87). Sum of RGB (Red+Green+Blue) = 70+52+87=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #463457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463457 is #B9CBA8. Grayscale: #3D3D3D. Windows color (decimal): -12176297 or 5715014. OLE color: 5715014.

HSL color Cylindrical-coordinate representation of color #463457: hue angle of 270.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463457 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 52 87 -
CMYK 0.20 0.40 0 0.66
HSL 270.86º 0.25% 0.27% -
HSV(B) 270.86º 0.4% 0.34% -
XYZ 5.47 4.45 9.59 -
YUV 61.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 70 52 87 0.20 0.40 0 0.66 270.86 0.25 0.27
Hex 46 34 57 14 28 0 42 10F 19 1B
Octal 106 64 127 24 50 0 102 417 31 33
Binary 1000110 110100 1010111 10100 101000 0 1000010 100001111 11001 11011

Color Harmonies of #463457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463457

Black with #463457

Text Example


Text Example

White with #463457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463457; }

 p { color: rgb(70,52,87); }

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

background-color css

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

 a { background-color: rgb(70,52,87); }

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

border-color css

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

 span { border-color: rgb(70,52,87); }

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