Html Css Color HEX #46587F Chambray

📋 copy color: '#46587F'

red 70 ◦ green 88 ◦ blue 127

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

Shades of Chambray #46587F

Tints of Chambray #46587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 24.56%
G = 30.88%
B = 44.56%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46587F (or 0x46587F) is known color: Chambray. HEX triplet: 46, 58 and 7F. RGB value is (70,88,127). Sum of RGB (Red+Green+Blue) = 70+88+127=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #46587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587F is #B9A780. Grayscale: #565656. Windows color (decimal): -12167041 or 8345670. OLE color: 8345670.

HSL color Cylindrical-coordinate representation of color #46587F: hue angle of 221.05º 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 #46587F is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 88 127 -
CMYK 0.45 0.31 0 0.50
HSL 221.05º 0.29% 0.39% -
HSV(B) 221.05º 0.45% 0.5% -
XYZ 9.85 9.81 21.45 -
YUV 87.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 70 88 127 0.45 0.31 0 0.50 221.05 0.29 0.39
Hex 46 58 7F 2D 1F 0 32 DD 1D 27
Octal 106 130 177 55 37 0 62 335 35 47
Binary 1000110 1011000 1111111 101101 11111 0 110010 11011101 11101 100111

Color Harmonies of #46587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46587F

Black with #46587F

Text Example


Text Example

White with #46587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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