Html Css Color HEX #495862 Fiord

📋 copy color: '#495862'

red 73 ◦ green 88 ◦ blue 98

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

Shades of Fiord #495862

Tints of Fiord #495862

RGB

 RED value IS 73 (28.91% from 255) = 28.19%

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

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

R = 28.19%
G = 33.98%
B = 37.84%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495862 (or 0x495862) is known color: Fiord. HEX triplet: 49, 58 and 62. RGB value is (73,88,98). Sum of RGB (Red+Green+Blue) = 73+88+98=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #495862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495862 is #B6A79D. Grayscale: #545454. Windows color (decimal): -11970462 or 6445129. OLE color: 6445129.

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

Color convert

RGB 73 88 98 -
CMYK 0.26 0.10 0 0.62
HSL 204º 0.15% 0.34% -
HSV(B) 204º 0.26% 0.38% -
XYZ 8.44 9.28 12.9 -
YUV 84.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 73 88 98 0.26 0.10 0 0.62 204 0.15 0.34
Hex 49 58 62 1A A 0 3E CC F 22
Octal 111 130 142 32 12 0 76 314 17 42
Binary 1001001 1011000 1100010 11010 1010 0 111110 11001100 1111 100010

Color Harmonies of #495862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495862

Black with #495862

Text Example


Text Example

White with #495862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495862; }

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

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

background-color css

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

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

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

border-color css

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

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

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