Html Css Color HEX #4A5877 Chambray

📋 copy color: '#4A5877'

red 74 ◦ green 88 ◦ blue 119

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

Shades of Chambray #4A5877

Tints of Chambray #4A5877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 26.33%
G = 31.32%
B = 42.35%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A5877 (or 0x4A5877) is known color: Chambray. HEX triplet: 4A, 58 and 77. RGB value is (74,88,119). Sum of RGB (Red+Green+Blue) = 74+88+119=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A5877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5877 is #B5A788. Grayscale: #575757. Windows color (decimal): -11904905 or 7821386. OLE color: 7821386.

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

Color convert

RGB 74 88 119 -
CMYK 0.38 0.26 0 0.53
HSL 221.33º 0.23% 0.38% -
HSV(B) 221.33º 0.38% 0.47% -
XYZ 9.64 9.77 18.83 -
YUV 87.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 74 88 119 0.38 0.26 0 0.53 221.33 0.23 0.38
Hex 4A 58 77 26 1A 0 35 DD 17 26
Octal 112 130 167 46 32 0 65 335 27 46
Binary 1001010 1011000 1110111 100110 11010 0 110101 11011101 10111 100110

Color Harmonies of #4A5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5877

Black with #4A5877

Text Example


Text Example

White with #4A5877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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