Html Css Color HEX #4A5684 Chambray

📋 copy color: '#4A5684'

red 74 ◦ green 86 ◦ blue 132

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

Shades of Chambray #4A5684

Tints of Chambray #4A5684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 25.34%
G = 29.45%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A5684 (or 0x4A5684) is known color: Chambray. HEX triplet: 4A, 56 and 84. RGB value is (74,86,132). Sum of RGB (Red+Green+Blue) = 74+86+132=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A5684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5684 is #B5A97B. Grayscale: #575757. Windows color (decimal): -11905404 or 8672842. OLE color: 8672842.

HSL color Cylindrical-coordinate representation of color #4A5684: hue angle of 227.59º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5684 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 86 132 -
CMYK 0.44 0.35 0 0.48
HSL 227.59º 0.28% 0.4% -
HSV(B) 227.59º 0.44% 0.52% -
XYZ 10.32 9.78 23.17 -
YUV 87.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 74 86 132 0.44 0.35 0 0.48 227.59 0.28 0.4
Hex 4A 56 84 2C 23 0 30 E4 1C 28
Octal 112 126 204 54 43 0 60 344 34 50
Binary 1001010 1010110 10000100 101100 100011 0 110000 11100100 11100 101000

Color Harmonies of #4A5684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5684

Black with #4A5684

Text Example


Text Example

White with #4A5684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,132); }

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

background-color css

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

 a { background-color: rgb(74,86,132); }

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

border-color css

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

 span { border-color: rgb(74,86,132); }

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