Html Css Color HEX #495F6E Fiord

📋 copy color: '#495F6E'

red 73 ◦ green 95 ◦ blue 110

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

Shades of Fiord #495F6E

Tints of Fiord #495F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 26.26%
G = 34.17%
B = 39.57%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#495F6E (or 0x495F6E) is known color: Fiord. HEX triplet: 49, 5F and 6E. RGB value is (73,95,110). Sum of RGB (Red+Green+Blue) = 73+95+110=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #495F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F6E is #B6A091. Grayscale: #5A5A5A. Windows color (decimal): -11968658 or 7233353. OLE color: 7233353.

HSL color Cylindrical-coordinate representation of color #495F6E: hue angle of 204.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495F6E is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 95 110 -
CMYK 0.34 0.14 0 0.57
HSL 204.32º 0.2% 0.36% -
HSV(B) 204.32º 0.34% 0.43% -
XYZ 9.65 10.73 16.31 -
YUV 90.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 73 95 110 0.34 0.14 0 0.57 204.32 0.2 0.36
Hex 49 5F 6E 22 E 0 39 CC 14 24
Octal 111 137 156 42 16 0 71 314 24 44
Binary 1001001 1011111 1101110 100010 1110 0 111001 11001100 10100 100100

Color Harmonies of #495F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F6E

Black with #495F6E

Text Example


Text Example

White with #495F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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