Html Css Color HEX #46384E Jagger

📋 copy color: '#46384E'

red 70 ◦ green 56 ◦ blue 78

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

Shades of Jagger #46384E

Tints of Jagger #46384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 34.31%
G = 27.45%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46384E (or 0x46384E) is known color: Jagger. HEX triplet: 46, 38 and 4E. RGB value is (70,56,78). Sum of RGB (Red+Green+Blue) = 70+56+78=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #46384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46384E is #B9C7B1. Grayscale: #3E3E3E. Windows color (decimal): -12175282 or 5126214. OLE color: 5126214.

HSL color Cylindrical-coordinate representation of color #46384E: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46384E is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 56 78 -
CMYK 0.10 0.28 0 0.69
HSL 278.18º 0.16% 0.26% -
HSV(B) 278.18º 0.28% 0.31% -
XYZ 5.32 4.68 7.83 -
YUV 62.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 70 56 78 0.10 0.28 0 0.69 278.18 0.16 0.26
Hex 46 38 4E A 1C 0 45 116 10 1A
Octal 106 70 116 12 34 0 105 426 20 32
Binary 1000110 111000 1001110 1010 11100 0 1000101 100010110 10000 11010

Color Harmonies of #46384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46384E

Black with #46384E

Text Example


Text Example

White with #46384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46384E; }

 p { color: rgb(70,56,78); }

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

background-color css

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

 a { background-color: rgb(70,56,78); }

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

border-color css

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

 span { border-color: rgb(70,56,78); }

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