Html Css Color HEX #4C606B Fiord

📋 copy color: '#4C606B'

red 76 ◦ green 96 ◦ blue 107

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

Shades of Fiord #4C606B

Tints of Fiord #4C606B

RGB

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

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

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

R = 27.24%
G = 34.41%
B = 38.35%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C606B (or 0x4C606B) is known color: Fiord. HEX triplet: 4C, 60 and 6B. RGB value is (76,96,107). Sum of RGB (Red+Green+Blue) = 76+96+107=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606B is #B39F94. Grayscale: #5B5B5B. Windows color (decimal): -11771797 or 7037004. OLE color: 7037004.

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

Color convert

RGB 76 96 107 -
CMYK 0.29 0.10 0 0.58
HSL 201.29º 0.17% 0.36% -
HSV(B) 201.29º 0.29% 0.42% -
XYZ 9.82 10.96 15.51 -
YUV 91.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 76 96 107 0.29 0.10 0 0.58 201.29 0.17 0.36
Hex 4C 60 6B 1D A 0 3A C9 11 24
Octal 114 140 153 35 12 0 72 311 21 44
Binary 1001100 1100000 1101011 11101 1010 0 111010 11001001 10001 100100

Color Harmonies of #4C606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C606B

Black with #4C606B

Text Example


Text Example

White with #4C606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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