Html Css Color HEX #4C607B Chambray

📋 copy color: '#4C607B'

red 76 ◦ green 96 ◦ blue 123

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

Shades of Chambray #4C607B

Tints of Chambray #4C607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 25.76%
G = 32.54%
B = 41.69%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C607B (or 0x4C607B) is known color: Chambray. HEX triplet: 4C, 60 and 7B. RGB value is (76,96,123). Sum of RGB (Red+Green+Blue) = 76+96+123=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607B is #B39F84. Grayscale: #5C5C5C. Windows color (decimal): -11771781 or 8085580. OLE color: 8085580.

HSL color Cylindrical-coordinate representation of color #4C607B: hue angle of 214.47º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C607B is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 96 123 -
CMYK 0.38 0.22 0 0.52
HSL 214.47º 0.24% 0.39% -
HSV(B) 214.47º 0.38% 0.48% -
XYZ 10.74 11.33 20.36 -
YUV 93.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 76 96 123 0.38 0.22 0 0.52 214.47 0.24 0.39
Hex 4C 60 7B 26 16 0 34 D6 18 27
Octal 114 140 173 46 26 0 64 326 30 47
Binary 1001100 1100000 1111011 100110 10110 0 110100 11010110 11000 100111

Color Harmonies of #4C607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C607B

Black with #4C607B

Text Example


Text Example

White with #4C607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,123); }

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

background-color css

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

 a { background-color: rgb(76,96,123); }

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

border-color css

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

 span { border-color: rgb(76,96,123); }

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