Html Css Color HEX #465C65 Fiord

📋 copy color: '#465C65'

red 70 ◦ green 92 ◦ blue 101

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

Shades of Fiord #465C65

Tints of Fiord #465C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 26.62%
G = 34.98%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465C65 (or 0x465C65) is known color: Fiord. HEX triplet: 46, 5C and 65. RGB value is (70,92,101). Sum of RGB (Red+Green+Blue) = 70+92+101=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #465C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C65 is #B9A39A. Grayscale: #565656. Windows color (decimal): -12166043 or 6642758. OLE color: 6642758.

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

Color convert

RGB 70 92 101 -
CMYK 0.31 0.09 0 0.60
HSL 197.42º 0.18% 0.34% -
HSV(B) 197.42º 0.31% 0.4% -
XYZ 8.7 9.9 13.76 -
YUV 86.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 70 92 101 0.31 0.09 0 0.60 197.42 0.18 0.34
Hex 46 5C 65 1F 9 0 3C C5 12 22
Octal 106 134 145 37 11 0 74 305 22 42
Binary 1000110 1011100 1100101 11111 1001 0 111100 11000101 10010 100010

Color Harmonies of #465C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C65

Black with #465C65

Text Example


Text Example

White with #465C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,101); }

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

background-color css

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

 a { background-color: rgb(70,92,101); }

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

border-color css

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

 span { border-color: rgb(70,92,101); }

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