Html Css Color HEX #4A586D Chambray

📋 copy color: '#4A586D'

red 74 ◦ green 88 ◦ blue 109

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

Shades of Chambray #4A586D

Tints of Chambray #4A586D

RGB

 RED value IS 74 (29.3% from 255) = 27.31%

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 27.31%
G = 32.47%
B = 40.22%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A586D (or 0x4A586D) is known color: Chambray. HEX triplet: 4A, 58 and 6D. RGB value is (74,88,109). Sum of RGB (Red+Green+Blue) = 74+88+109=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A586D is #B5A792. Grayscale: #565656. Windows color (decimal): -11904915 or 7166026. OLE color: 7166026.

HSL color Cylindrical-coordinate representation of color #4A586D: hue angle of 216º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A586D is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 88 109 -
CMYK 0.32 0.19 0 0.57
HSL 216º 0.19% 0.36% -
HSV(B) 216º 0.32% 0.43% -
XYZ 9.07 9.54 15.83 -
YUV 86.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 74 88 109 0.32 0.19 0 0.57 216 0.19 0.36
Hex 4A 58 6D 20 13 0 39 D8 13 24
Octal 112 130 155 40 23 0 71 330 23 44
Binary 1001010 1011000 1101101 100000 10011 0 111001 11011000 10011 100100

Color Harmonies of #4A586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A586D

Black with #4A586D

Text Example


Text Example

White with #4A586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A586D; }

 p { color: rgb(74,88,109); }

 H1.HeaderClassName
 {
   color: #4A586D;
 }
 .AnyTagClassName
 {
   color: #4A586D;
 }
</style>

background-color css

<style>
 a { background-color: #4A586D; }

 a { background-color: rgb(74,88,109); }

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

border-color css

<style>
 span { border-color: #4A586D; }

 span { border-color: rgb(74,88,109); }

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