Html Css Color HEX #46607F Chambray

📋 copy color: '#46607F'

red 70 ◦ green 96 ◦ blue 127

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

Shades of Chambray #46607F

Tints of Chambray #46607F

RGB

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

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

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

R = 23.89%
G = 32.76%
B = 43.34%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46607F (or 0x46607F) is known color: Chambray. HEX triplet: 46, 60 and 7F. RGB value is (70,96,127). Sum of RGB (Red+Green+Blue) = 70+96+127=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #46607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46607F is #B99F80. Grayscale: #5B5B5B. Windows color (decimal): -12164993 or 8347718. OLE color: 8347718.

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

Color convert

RGB 70 96 127 -
CMYK 0.45 0.24 0 0.50
HSL 212.63º 0.29% 0.39% -
HSV(B) 212.63º 0.45% 0.5% -
XYZ 10.54 11.2 21.69 -
YUV 91.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 70 96 127 0.45 0.24 0 0.50 212.63 0.29 0.39
Hex 46 60 7F 2D 18 0 32 D5 1D 27
Octal 106 140 177 55 30 0 62 325 35 47
Binary 1000110 1100000 1111111 101101 11000 0 110010 11010101 11101 100111

Color Harmonies of #46607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46607F

Black with #46607F

Text Example


Text Example

White with #46607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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