Html Css Color HEX #4C606E Fiord

📋 copy color: '#4C606E'

red 76 ◦ green 96 ◦ blue 110

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

Shades of Fiord #4C606E

Tints of Fiord #4C606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 26.95%
G = 34.04%
B = 39.01%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C606E (or 0x4C606E) is known color: Fiord. HEX triplet: 4C, 60 and 6E. RGB value is (76,96,110). Sum of RGB (Red+Green+Blue) = 76+96+110=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606E is #B39F91. Grayscale: #5B5B5B. Windows color (decimal): -11771794 or 7233612. OLE color: 7233612.

HSL color Cylindrical-coordinate representation of color #4C606E: hue angle of 204.71º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C606E is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 96 110 -
CMYK 0.31 0.13 0 0.57
HSL 204.71º 0.18% 0.36% -
HSV(B) 204.71º 0.31% 0.43% -
XYZ 9.98 11.03 16.35 -
YUV 91.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 76 96 110 0.31 0.13 0 0.57 204.71 0.18 0.36
Hex 4C 60 6E 1F D 0 39 CD 12 24
Octal 114 140 156 37 15 0 71 315 22 44
Binary 1001100 1100000 1101110 11111 1101 0 111001 11001101 10010 100100

Color Harmonies of #4C606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C606E

Black with #4C606E

Text Example


Text Example

White with #4C606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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