Html Css Color HEX #4C5E6C Fiord

📋 copy color: '#4C5E6C'

red 76 ◦ green 94 ◦ blue 108

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

Shades of Fiord #4C5E6C

Tints of Fiord #4C5E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

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

R = 27.34%
G = 33.81%
B = 38.85%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C5E6C (or 0x4C5E6C) is known color: Fiord. HEX triplet: 4C, 5E and 6C. RGB value is (76,94,108). Sum of RGB (Red+Green+Blue) = 76+94+108=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C5E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E6C is #B3A193. Grayscale: #5A5A5A. Windows color (decimal): -11772308 or 7102028. OLE color: 7102028.

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

Color convert

RGB 76 94 108 -
CMYK 0.30 0.13 0 0.58
HSL 206.25º 0.17% 0.36% -
HSV(B) 206.25º 0.3% 0.42% -
XYZ 9.69 10.62 15.73 -
YUV 90.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 76 94 108 0.30 0.13 0 0.58 206.25 0.17 0.36
Hex 4C 5E 6C 1E D 0 3A CE 11 24
Octal 114 136 154 36 15 0 72 316 21 44
Binary 1001100 1011110 1101100 11110 1101 0 111010 11001110 10001 100100

Color Harmonies of #4C5E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5E6C

Black with #4C5E6C

Text Example


Text Example

White with #4C5E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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