Html Css Color HEX #4A5882 Chambray

📋 copy color: '#4A5882'

red 74 ◦ green 88 ◦ blue 130

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

Shades of Chambray #4A5882

Tints of Chambray #4A5882

RGB

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

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

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

R = 25.34%
G = 30.14%
B = 44.52%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A5882 (or 0x4A5882) is known color: Chambray. HEX triplet: 4A, 58 and 82. RGB value is (74,88,130). Sum of RGB (Red+Green+Blue) = 74+88+130=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A5882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5882 is #B5A77D. Grayscale: #585858. Windows color (decimal): -11904894 or 8542282. OLE color: 8542282.

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

Color convert

RGB 74 88 130 -
CMYK 0.43 0.32 0 0.49
HSL 225º 0.27% 0.4% -
HSV(B) 225º 0.43% 0.51% -
XYZ 10.34 10.05 22.51 -
YUV 88.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 74 88 130 0.43 0.32 0 0.49 225 0.27 0.4
Hex 4A 58 82 2B 20 0 31 E1 1B 28
Octal 112 130 202 53 40 0 61 341 33 50
Binary 1001010 1011000 10000010 101011 100000 0 110001 11100001 11011 101000

Color Harmonies of #4A5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5882

Black with #4A5882

Text Example


Text Example

White with #4A5882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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