Html Css Color HEX #4A5675 Chambray

📋 copy color: '#4A5675'

red 74 ◦ green 86 ◦ blue 117

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

Shades of Chambray #4A5675

Tints of Chambray #4A5675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 26.71%
G = 31.05%
B = 42.24%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A5675 (or 0x4A5675) is known color: Chambray. HEX triplet: 4A, 56 and 75. RGB value is (74,86,117). Sum of RGB (Red+Green+Blue) = 74+86+117=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A5675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5675 is #B5A98A. Grayscale: #555555. Windows color (decimal): -11905419 or 7689802. OLE color: 7689802.

HSL color Cylindrical-coordinate representation of color #4A5675: hue angle of 223.26º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5675 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 86 117 -
CMYK 0.37 0.26 0 0.54
HSL 223.26º 0.23% 0.37% -
HSV(B) 223.26º 0.37% 0.46% -
XYZ 9.36 9.4 18.15 -
YUV 85.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 74 86 117 0.37 0.26 0 0.54 223.26 0.23 0.37
Hex 4A 56 75 25 1A 0 36 DF 17 25
Octal 112 126 165 45 32 0 66 337 27 45
Binary 1001010 1010110 1110101 100101 11010 0 110110 11011111 10111 100101

Color Harmonies of #4A5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5675

Black with #4A5675

Text Example


Text Example

White with #4A5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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