Html Css Color HEX #4A5A6D Chambray

📋 copy color: '#4A5A6D'

red 74 ◦ green 90 ◦ blue 109

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

Shades of Chambray #4A5A6D

Tints of Chambray #4A5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 27.11%
G = 32.97%
B = 39.93%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A5A6D (or 0x4A5A6D) is known color: Chambray. HEX triplet: 4A, 5A and 6D. RGB value is (74,90,109). Sum of RGB (Red+Green+Blue) = 74+90+109=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A5A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5A6D is #B5A592. Grayscale: #575757. Windows color (decimal): -11904403 or 7166538. OLE color: 7166538.

HSL color Cylindrical-coordinate representation of color #4A5A6D: hue angle of 212.57º 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 #4A5A6D is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 90 109 -
CMYK 0.32 0.17 0 0.57
HSL 212.57º 0.19% 0.36% -
HSV(B) 212.57º 0.32% 0.43% -
XYZ 9.24 9.87 15.89 -
YUV 87.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 74 90 109 0.32 0.17 0 0.57 212.57 0.19 0.36
Hex 4A 5A 6D 20 11 0 39 D5 13 24
Octal 112 132 155 40 21 0 71 325 23 44
Binary 1001010 1011010 1101101 100000 10001 0 111001 11010101 10011 100100

Color Harmonies of #4A5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A6D

Black with #4A5A6D

Text Example


Text Example

White with #4A5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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