Html Css Color HEX #46607E Chambray

📋 copy color: '#46607E'

red 70 ◦ green 96 ◦ blue 126

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

Shades of Chambray #46607E

Tints of Chambray #46607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 126 (49.61% from 255) = 43.15%

R = 23.97%
G = 32.88%
B = 43.15%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46607E (or 0x46607E) is known color: Chambray. HEX triplet: 46, 60 and 7E. RGB value is (70,96,126). Sum of RGB (Red+Green+Blue) = 70+96+126=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #46607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46607E is #B99F81. Grayscale: #5B5B5B. Windows color (decimal): -12164994 or 8282182. OLE color: 8282182.

HSL color Cylindrical-coordinate representation of color #46607E: hue angle of 212.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46607E is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 96 126 -
CMYK 0.44 0.24 0 0.51
HSL 212.14º 0.29% 0.38% -
HSV(B) 212.14º 0.44% 0.49% -
XYZ 10.47 11.17 21.34 -
YUV 91.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 70 96 126 0.44 0.24 0 0.51 212.14 0.29 0.38
Hex 46 60 7E 2C 18 0 33 D4 1D 26
Octal 106 140 176 54 30 0 63 324 35 46
Binary 1000110 1100000 1111110 101100 11000 0 110011 11010100 11101 100110

Color Harmonies of #46607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46607E

Black with #46607E

Text Example


Text Example

White with #46607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,96,126); }

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

background-color css

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

 a { background-color: rgb(70,96,126); }

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

border-color css

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

 span { border-color: rgb(70,96,126); }

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