Html Css Color HEX #465C69 Fiord

📋 copy color: '#465C69'

red 70 ◦ green 92 ◦ blue 105

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

Shades of Fiord #465C69

Tints of Fiord #465C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 26.22%
G = 34.46%
B = 39.33%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465C69 (or 0x465C69) is known color: Fiord. HEX triplet: 46, 5C and 69. RGB value is (70,92,105). Sum of RGB (Red+Green+Blue) = 70+92+105=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #465C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C69 is #B9A396. Grayscale: #565656. Windows color (decimal): -12166039 or 6904902. OLE color: 6904902.

HSL color Cylindrical-coordinate representation of color #465C69: hue angle of 202.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465C69 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 92 105 -
CMYK 0.33 0.12 0 0.59
HSL 202.29º 0.2% 0.34% -
HSV(B) 202.29º 0.33% 0.41% -
XYZ 8.9 9.98 14.82 -
YUV 86.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 70 92 105 0.33 0.12 0 0.59 202.29 0.2 0.34
Hex 46 5C 69 21 C 0 3B CA 14 22
Octal 106 134 151 41 14 0 73 312 24 42
Binary 1000110 1011100 1101001 100001 1100 0 111011 11001010 10100 100010

Color Harmonies of #465C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C69

Black with #465C69

Text Example


Text Example

White with #465C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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