Html Css Color HEX #465C6D Fiord

📋 copy color: '#465C6D'

red 70 ◦ green 92 ◦ blue 109

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

Shades of Fiord #465C6D

Tints of Fiord #465C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 25.83%
G = 33.95%
B = 40.22%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#465C6D (or 0x465C6D) is known color: Fiord. HEX triplet: 46, 5C and 6D. RGB value is (70,92,109). Sum of RGB (Red+Green+Blue) = 70+92+109=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #465C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C6D is #B9A392. Grayscale: #575757. Windows color (decimal): -12166035 or 7167046. OLE color: 7167046.

HSL color Cylindrical-coordinate representation of color #465C6D: hue angle of 206.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465C6D is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 92 109 -
CMYK 0.36 0.16 0 0.57
HSL 206.15º 0.22% 0.35% -
HSV(B) 206.15º 0.36% 0.43% -
XYZ 9.11 10.06 15.93 -
YUV 87.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 70 92 109 0.36 0.16 0 0.57 206.15 0.22 0.35
Hex 46 5C 6D 24 10 0 39 CE 16 23
Octal 106 134 155 44 20 0 71 316 26 43
Binary 1000110 1011100 1101101 100100 10000 0 111001 11001110 10110 100011

Color Harmonies of #465C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C6D

Black with #465C6D

Text Example


Text Example

White with #465C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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