Html Css Color HEX #465D67 Fiord

📋 copy color: '#465D67'

red 70 ◦ green 93 ◦ blue 103

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

Shades of Fiord #465D67

Tints of Fiord #465D67

RGB

 RED value IS 70 (27.73% from 255) = 26.32%

 GREEN value IS 93 (36.72% from 255) = 34.96%

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

R = 26.32%
G = 34.96%
B = 38.72%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465D67 (or 0x465D67) is known color: Fiord. HEX triplet: 46, 5D and 67. RGB value is (70,93,103). Sum of RGB (Red+Green+Blue) = 70+93+103=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 93 (36.72% from 255 or 34.96% 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 #465D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D67 is #B9A298. Grayscale: #575757. Windows color (decimal): -12165785 or 6774086. OLE color: 6774086.

HSL color Cylindrical-coordinate representation of color #465D67: hue angle of 198.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465D67 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 93 103 -
CMYK 0.32 0.10 0 0.60
HSL 198.18º 0.19% 0.34% -
HSV(B) 198.18º 0.32% 0.4% -
XYZ 8.89 10.11 14.31 -
YUV 87.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 70 93 103 0.32 0.10 0 0.60 198.18 0.19 0.34
Hex 46 5D 67 20 A 0 3C C6 13 22
Octal 106 135 147 40 12 0 74 306 23 42
Binary 1000110 1011101 1100111 100000 1010 0 111100 11000110 10011 100010

Color Harmonies of #465D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D67

Black with #465D67

Text Example


Text Example

White with #465D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D67; }

 p { color: rgb(70,93,103); }

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

background-color css

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

 a { background-color: rgb(70,93,103); }

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

border-color css

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

 span { border-color: rgb(70,93,103); }

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