Html Css Color HEX #4C5862 Fiord

📋 copy color: '#4C5862'

red 76 ◦ green 88 ◦ blue 98

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

Shades of Fiord #4C5862

Tints of Fiord #4C5862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 29.01%
G = 33.59%
B = 37.4%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C5862 (or 0x4C5862) is known color: Fiord. HEX triplet: 4C, 58 and 62. RGB value is (76,88,98). Sum of RGB (Red+Green+Blue) = 76+88+98=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5862 is #B3A79D. Grayscale: #555555. Windows color (decimal): -11773854 or 6445132. OLE color: 6445132.

HSL color Cylindrical-coordinate representation of color #4C5862: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C5862 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 88 98 -
CMYK 0.22 0.10 0 0.62
HSL 207.27º 0.13% 0.34% -
HSV(B) 207.27º 0.22% 0.38% -
XYZ 8.67 9.4 12.91 -
YUV 85.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 76 88 98 0.22 0.10 0 0.62 207.27 0.13 0.34
Hex 4C 58 62 16 A 0 3E CF D 22
Octal 114 130 142 26 12 0 76 317 15 42
Binary 1001100 1011000 1100010 10110 1010 0 111110 11001111 1101 100010

Color Harmonies of #4C5862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5862

Black with #4C5862

Text Example


Text Example

White with #4C5862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,88,98); }

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

background-color css

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

 a { background-color: rgb(76,88,98); }

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

border-color css

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

 span { border-color: rgb(76,88,98); }

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