Html Css Color HEX #465C6F Fiord

📋 copy color: '#465C6F'

red 70 ◦ green 92 ◦ blue 111

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

Shades of Fiord #465C6F

Tints of Fiord #465C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 25.64%
G = 33.7%
B = 40.66%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465C6F (or 0x465C6F) is known color: Fiord. HEX triplet: 46, 5C and 6F. RGB value is (70,92,111). Sum of RGB (Red+Green+Blue) = 70+92+111=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #465C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C6F is #B9A390. Grayscale: #575757. Windows color (decimal): -12166033 or 7298118. OLE color: 7298118.

HSL color Cylindrical-coordinate representation of color #465C6F: hue angle of 207.8º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465C6F is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 92 111 -
CMYK 0.37 0.17 0 0.56
HSL 207.8º 0.23% 0.35% -
HSV(B) 207.8º 0.37% 0.44% -
XYZ 9.22 10.1 16.5 -
YUV 87.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 70 92 111 0.37 0.17 0 0.56 207.8 0.23 0.35
Hex 46 5C 6F 25 11 0 38 D0 17 23
Octal 106 134 157 45 21 0 70 320 27 43
Binary 1000110 1011100 1101111 100101 10001 0 111000 11010000 10111 100011

Color Harmonies of #465C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C6F

Black with #465C6F

Text Example


Text Example

White with #465C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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