Html Css Color HEX #463754 Jagger

📋 copy color: '#463754'

red 70 ◦ green 55 ◦ blue 84

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

Shades of Jagger #463754

Tints of Jagger #463754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 33.49%
G = 26.32%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463754 (or 0x463754) is known color: Jagger. HEX triplet: 46, 37 and 54. RGB value is (70,55,84). Sum of RGB (Red+Green+Blue) = 70+55+84=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #463754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463754 is #B9C8AB. Grayscale: #3E3E3E. Windows color (decimal): -12175532 or 5519174. OLE color: 5519174.

HSL color Cylindrical-coordinate representation of color #463754: hue angle of 271.03º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #463754 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 55 84 -
CMYK 0.17 0.35 0 0.67
HSL 271.03º 0.21% 0.27% -
HSV(B) 271.03º 0.35% 0.33% -
XYZ 5.49 4.67 9 -
YUV 62.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 70 55 84 0.17 0.35 0 0.67 271.03 0.21 0.27
Hex 46 37 54 11 23 0 43 10F 15 1B
Octal 106 67 124 21 43 0 103 417 25 33
Binary 1000110 110111 1010100 10001 100011 0 1000011 100001111 10101 11011

Color Harmonies of #463754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463754

Black with #463754

Text Example


Text Example

White with #463754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463754; }

 p { color: rgb(70,55,84); }

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

background-color css

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

 a { background-color: rgb(70,55,84); }

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

border-color css

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

 span { border-color: rgb(70,55,84); }

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