Html Css Color HEX #495F70 Fiord

📋 copy color: '#495F70'

red 73 ◦ green 95 ◦ blue 112

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

Shades of Fiord #495F70

Tints of Fiord #495F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 26.07%
G = 33.93%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495F70 (or 0x495F70) is known color: Fiord. HEX triplet: 49, 5F and 70. RGB value is (73,95,112). Sum of RGB (Red+Green+Blue) = 73+95+112=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #495F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F70 is #B6A08F. Grayscale: #5A5A5A. Windows color (decimal): -11968656 or 7364425. OLE color: 7364425.

HSL color Cylindrical-coordinate representation of color #495F70: hue angle of 206.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495F70 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 95 112 -
CMYK 0.35 0.15 0 0.56
HSL 206.15º 0.21% 0.36% -
HSV(B) 206.15º 0.35% 0.44% -
XYZ 9.76 10.77 16.89 -
YUV 90.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 73 95 112 0.35 0.15 0 0.56 206.15 0.21 0.36
Hex 49 5F 70 23 F 0 38 CE 15 24
Octal 111 137 160 43 17 0 70 316 25 44
Binary 1001001 1011111 1110000 100011 1111 0 111000 11001110 10101 100100

Color Harmonies of #495F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F70

Black with #495F70

Text Example


Text Example

White with #495F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F70; }

 p { color: rgb(73,95,112); }

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

background-color css

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

 a { background-color: rgb(73,95,112); }

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

border-color css

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

 span { border-color: rgb(73,95,112); }

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