Html Css Color HEX #4C5A6B Chambray

📋 copy color: '#4C5A6B'

red 76 ◦ green 90 ◦ blue 107

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

Shades of Chambray #4C5A6B

Tints of Chambray #4C5A6B

RGB

 RED value IS 76 (30.08% from 255) = 27.84%

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 27.84%
G = 32.97%
B = 39.19%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C5A6B (or 0x4C5A6B) is known color: Chambray. HEX triplet: 4C, 5A and 6B. RGB value is (76,90,107). Sum of RGB (Red+Green+Blue) = 76+90+107=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C5A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A6B is #B3A594. Grayscale: #575757. Windows color (decimal): -11773333 or 7035468. OLE color: 7035468.

HSL color Cylindrical-coordinate representation of color #4C5A6B: hue angle of 212.9º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C5A6B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 90 107 -
CMYK 0.29 0.16 0 0.58
HSL 212.9º 0.17% 0.36% -
HSV(B) 212.9º 0.29% 0.42% -
XYZ 9.29 9.91 15.33 -
YUV 87.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 76 90 107 0.29 0.16 0 0.58 212.9 0.17 0.36
Hex 4C 5A 6B 1D 10 0 3A D5 11 24
Octal 114 132 153 35 20 0 72 325 21 44
Binary 1001100 1011010 1101011 11101 10000 0 111010 11010101 10001 100100

Color Harmonies of #4C5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A6B

Black with #4C5A6B

Text Example


Text Example

White with #4C5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,107); }

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

background-color css

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

 a { background-color: rgb(76,90,107); }

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

border-color css

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

 span { border-color: rgb(76,90,107); }

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