Html Css Color HEX #4B5679 Chambray

📋 copy color: '#4B5679'

red 75 ◦ green 86 ◦ blue 121

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

Shades of Chambray #4B5679

Tints of Chambray #4B5679

RGB

 RED value IS 75 (29.69% from 255) = 26.6%

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 26.6%
G = 30.5%
B = 42.91%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B5679 (or 0x4B5679) is known color: Chambray. HEX triplet: 4B, 56 and 79. RGB value is (75,86,121). Sum of RGB (Red+Green+Blue) = 75+86+121=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5679 is #B4A986. Grayscale: #565656. Windows color (decimal): -11839879 or 7951947. OLE color: 7951947.

HSL color Cylindrical-coordinate representation of color #4B5679: hue angle of 225.65º 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 #4B5679 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 86 121 -
CMYK 0.38 0.29 0 0.53
HSL 225.65º 0.23% 0.38% -
HSV(B) 225.65º 0.38% 0.47% -
XYZ 9.68 9.53 19.42 -
YUV 86.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 75 86 121 0.38 0.29 0 0.53 225.65 0.23 0.38
Hex 4B 56 79 26 1D 0 35 E2 17 26
Octal 113 126 171 46 35 0 65 342 27 46
Binary 1001011 1010110 1111001 100110 11101 0 110101 11100010 10111 100110

Color Harmonies of #4B5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5679

Black with #4B5679

Text Example


Text Example

White with #4B5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,121); }

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

background-color css

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

 a { background-color: rgb(75,86,121); }

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

border-color css

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

 span { border-color: rgb(75,86,121); }

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