Html Css Color HEX #4A5582 Chambray

📋 copy color: '#4A5582'

red 74 ◦ green 85 ◦ blue 130

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

Shades of Chambray #4A5582

Tints of Chambray #4A5582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 25.61%
G = 29.41%
B = 44.98%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A5582 (or 0x4A5582) is known color: Chambray. HEX triplet: 4A, 55 and 82. RGB value is (74,85,130). Sum of RGB (Red+Green+Blue) = 74+85+130=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A5582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5582 is #B5AA7D. Grayscale: #565656. Windows color (decimal): -11905662 or 8541514. OLE color: 8541514.

HSL color Cylindrical-coordinate representation of color #4A5582: hue angle of 228.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A5582 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 85 130 -
CMYK 0.43 0.35 0 0.49
HSL 228.21º 0.27% 0.4% -
HSV(B) 228.21º 0.43% 0.51% -
XYZ 10.1 9.56 22.43 -
YUV 86.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 74 85 130 0.43 0.35 0 0.49 228.21 0.27 0.4
Hex 4A 55 82 2B 23 0 31 E4 1B 28
Octal 112 125 202 53 43 0 61 344 33 50
Binary 1001010 1010101 10000010 101011 100011 0 110001 11100100 11011 101000

Color Harmonies of #4A5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5582

Black with #4A5582

Text Example


Text Example

White with #4A5582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,130); }

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

background-color css

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

 a { background-color: rgb(74,85,130); }

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

border-color css

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

 span { border-color: rgb(74,85,130); }

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