Html Css Color HEX #46617A Chambray

📋 copy color: '#46617A'

red 70 ◦ green 97 ◦ blue 122

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

Shades of Chambray #46617A

Tints of Chambray #46617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 24.22%
G = 33.56%
B = 42.21%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46617A (or 0x46617A) is known color: Chambray. HEX triplet: 46, 61 and 7A. RGB value is (70,97,122). Sum of RGB (Red+Green+Blue) = 70+97+122=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #46617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46617A is #B99E85. Grayscale: #5B5B5B. Windows color (decimal): -12164742 or 8020294. OLE color: 8020294.

HSL color Cylindrical-coordinate representation of color #46617A: hue angle of 208.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46617A is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 97 122 -
CMYK 0.43 0.20 0 0.52
HSL 208.85º 0.27% 0.38% -
HSV(B) 208.85º 0.43% 0.48% -
XYZ 10.31 11.26 20.04 -
YUV 91.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 70 97 122 0.43 0.20 0 0.52 208.85 0.27 0.38
Hex 46 61 7A 2B 14 0 34 D1 1B 26
Octal 106 141 172 53 24 0 64 321 33 46
Binary 1000110 1100001 1111010 101011 10100 0 110100 11010001 11011 100110

Color Harmonies of #46617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46617A

Black with #46617A

Text Example


Text Example

White with #46617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46617A; }

 p { color: rgb(70,97,122); }

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

background-color css

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

 a { background-color: rgb(70,97,122); }

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

border-color css

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

 span { border-color: rgb(70,97,122); }

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