Html Css Color HEX #46607D Chambray

📋 copy color: '#46607D'

red 70 ◦ green 96 ◦ blue 125

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

Shades of Chambray #46607D

Tints of Chambray #46607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 24.05%
G = 32.99%
B = 42.96%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46607D (or 0x46607D) is known color: Chambray. HEX triplet: 46, 60 and 7D. RGB value is (70,96,125). Sum of RGB (Red+Green+Blue) = 70+96+125=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #46607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46607D is #B99F82. Grayscale: #5B5B5B. Windows color (decimal): -12164995 or 8216646. OLE color: 8216646.

HSL color Cylindrical-coordinate representation of color #46607D: hue angle of 211.64º degrees, saturation: 0.28, 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 #46607D is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 96 125 -
CMYK 0.44 0.23 0 0.51
HSL 211.64º 0.28% 0.38% -
HSV(B) 211.64º 0.44% 0.49% -
XYZ 10.41 11.15 21.01 -
YUV 91.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 70 96 125 0.44 0.23 0 0.51 211.64 0.28 0.38
Hex 46 60 7D 2C 17 0 33 D4 1C 26
Octal 106 140 175 54 27 0 63 324 34 46
Binary 1000110 1100000 1111101 101100 10111 0 110011 11010100 11100 100110

Color Harmonies of #46607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46607D

Black with #46607D

Text Example


Text Example

White with #46607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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