Html Css Color HEX #495A67 Fiord

📋 copy color: '#495A67'

red 73 ◦ green 90 ◦ blue 103

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

Shades of Fiord #495A67

Tints of Fiord #495A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

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

R = 27.44%
G = 33.83%
B = 38.72%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495A67 (or 0x495A67) is known color: Fiord. HEX triplet: 49, 5A and 67. RGB value is (73,90,103). Sum of RGB (Red+Green+Blue) = 73+90+103=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #495A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A67 is #B6A598. Grayscale: #565656. Windows color (decimal): -11969945 or 6773321. OLE color: 6773321.

HSL color Cylindrical-coordinate representation of color #495A67: hue angle of 206º 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 #495A67 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 90 103 -
CMYK 0.29 0.13 0 0.60
HSL 206º 0.17% 0.35% -
HSV(B) 206º 0.29% 0.4% -
XYZ 8.85 9.71 14.24 -
YUV 86.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 73 90 103 0.29 0.13 0 0.60 206 0.17 0.35
Hex 49 5A 67 1D D 0 3C CE 11 23
Octal 111 132 147 35 15 0 74 316 21 43
Binary 1001001 1011010 1100111 11101 1101 0 111100 11001110 10001 100011

Color Harmonies of #495A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A67

Black with #495A67

Text Example


Text Example

White with #495A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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