Html Css Color HEX #495C67 Fiord

📋 copy color: '#495C67'

red 73 ◦ green 92 ◦ blue 103

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

Shades of Fiord #495C67

Tints of Fiord #495C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 27.24%
G = 34.33%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495C67 (or 0x495C67) is known color: Fiord. HEX triplet: 49, 5C and 67. RGB value is (73,92,103). Sum of RGB (Red+Green+Blue) = 73+92+103=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #495C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C67 is #B6A398. Grayscale: #575757. Windows color (decimal): -11969433 or 6773833. OLE color: 6773833.

HSL color Cylindrical-coordinate representation of color #495C67: hue angle of 202º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495C67 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 92 103 -
CMYK 0.29 0.11 0 0.60
HSL 202º 0.17% 0.35% -
HSV(B) 202º 0.29% 0.4% -
XYZ 9.02 10.05 14.3 -
YUV 87.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 73 92 103 0.29 0.11 0 0.60 202 0.17 0.35
Hex 49 5C 67 1D B 0 3C CA 11 23
Octal 111 134 147 35 13 0 74 312 21 43
Binary 1001001 1011100 1100111 11101 1011 0 111100 11001010 10001 100011

Color Harmonies of #495C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C67

Black with #495C67

Text Example


Text Example

White with #495C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,103); }

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

background-color css

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

 a { background-color: rgb(73,92,103); }

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

border-color css

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

 span { border-color: rgb(73,92,103); }

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