Html Css Color HEX #465E68 Fiord

📋 copy color: '#465E68'

red 70 ◦ green 94 ◦ blue 104

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

Shades of Fiord #465E68

Tints of Fiord #465E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 26.12%
G = 35.07%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465E68 (or 0x465E68) is known color: Fiord. HEX triplet: 46, 5E and 68. RGB value is (70,94,104). Sum of RGB (Red+Green+Blue) = 70+94+104=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #465E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E68 is #B9A197. Grayscale: #575757. Windows color (decimal): -12165528 or 6839878. OLE color: 6839878.

HSL color Cylindrical-coordinate representation of color #465E68: hue angle of 197.65º 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 #465E68 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 94 104 -
CMYK 0.33 0.10 0 0.59
HSL 197.65º 0.2% 0.34% -
HSV(B) 197.65º 0.33% 0.41% -
XYZ 9.03 10.31 14.61 -
YUV 87.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 70 94 104 0.33 0.10 0 0.59 197.65 0.2 0.34
Hex 46 5E 68 21 A 0 3B C6 14 22
Octal 106 136 150 41 12 0 73 306 24 42
Binary 1000110 1011110 1101000 100001 1010 0 111011 11000110 10100 100010

Color Harmonies of #465E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E68

Black with #465E68

Text Example


Text Example

White with #465E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,104); }

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

background-color css

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

 a { background-color: rgb(70,94,104); }

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

border-color css

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

 span { border-color: rgb(70,94,104); }

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