Html Css Color HEX #46557F Chambray

📋 copy color: '#46557F'

red 70 ◦ green 85 ◦ blue 127

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

Shades of Chambray #46557F

Tints of Chambray #46557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 24.82%
G = 30.14%
B = 45.04%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46557F (or 0x46557F) is known color: Chambray. HEX triplet: 46, 55 and 7F. RGB value is (70,85,127). Sum of RGB (Red+Green+Blue) = 70+85+127=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #46557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46557F is #B9AA80. Grayscale: #555555. Windows color (decimal): -12167809 or 8344902. OLE color: 8344902.

HSL color Cylindrical-coordinate representation of color #46557F: hue angle of 224.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46557F is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 85 127 -
CMYK 0.45 0.33 0 0.50
HSL 224.21º 0.29% 0.39% -
HSV(B) 224.21º 0.45% 0.5% -
XYZ 9.61 9.33 21.37 -
YUV 85.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 70 85 127 0.45 0.33 0 0.50 224.21 0.29 0.39
Hex 46 55 7F 2D 21 0 32 E0 1D 27
Octal 106 125 177 55 41 0 62 340 35 47
Binary 1000110 1010101 1111111 101101 100001 0 110010 11100000 11101 100111

Color Harmonies of #46557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46557F

Black with #46557F

Text Example


Text Example

White with #46557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46557F; }

 p { color: rgb(70,85,127); }

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

background-color css

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

 a { background-color: rgb(70,85,127); }

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

border-color css

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

 span { border-color: rgb(70,85,127); }

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