Html Css Color HEX #4C5D6C Fiord

📋 copy color: '#4C5D6C'

red 76 ◦ green 93 ◦ blue 108

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

Shades of Fiord #4C5D6C

Tints of Fiord #4C5D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.57%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 27.44%
G = 33.57%
B = 38.99%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C5D6C (or 0x4C5D6C) is known color: Fiord. HEX triplet: 4C, 5D and 6C. RGB value is (76,93,108). Sum of RGB (Red+Green+Blue) = 76+93+108=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C5D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D6C is #B3A293. Grayscale: #595959. Windows color (decimal): -11772564 or 7101772. OLE color: 7101772.

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

Color convert

RGB 76 93 108 -
CMYK 0.30 0.14 0 0.58
HSL 208.13º 0.17% 0.36% -
HSV(B) 208.13º 0.3% 0.42% -
XYZ 9.6 10.45 15.7 -
YUV 89.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 76 93 108 0.30 0.14 0 0.58 208.13 0.17 0.36
Hex 4C 5D 6C 1E E 0 3A D0 11 24
Octal 114 135 154 36 16 0 72 320 21 44
Binary 1001100 1011101 1101100 11110 1110 0 111010 11010000 10001 100100

Color Harmonies of #4C5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5D6C

Black with #4C5D6C

Text Example


Text Example

White with #4C5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,93,108); }

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

background-color css

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

 a { background-color: rgb(76,93,108); }

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

border-color css

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

 span { border-color: rgb(76,93,108); }

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