Html Css Color HEX #465B6E Fiord

📋 copy color: '#465B6E'

red 70 ◦ green 91 ◦ blue 110

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

Shades of Fiord #465B6E

Tints of Fiord #465B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 110 (43.36% from 255) = 40.59%

R = 25.83%
G = 33.58%
B = 40.59%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#465B6E (or 0x465B6E) is known color: Fiord. HEX triplet: 46, 5B and 6E. RGB value is (70,91,110). Sum of RGB (Red+Green+Blue) = 70+91+110=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #465B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B6E is #B9A491. Grayscale: #565656. Windows color (decimal): -12166290 or 7232326. OLE color: 7232326.

HSL color Cylindrical-coordinate representation of color #465B6E: hue angle of 208.5º 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 #465B6E is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 91 110 -
CMYK 0.36 0.17 0 0.57
HSL 208.5º 0.22% 0.35% -
HSV(B) 208.5º 0.36% 0.43% -
XYZ 9.08 9.91 16.19 -
YUV 86.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 70 91 110 0.36 0.17 0 0.57 208.5 0.22 0.35
Hex 46 5B 6E 24 11 0 39 D0 16 23
Octal 106 133 156 44 21 0 71 320 26 43
Binary 1000110 1011011 1101110 100100 10001 0 111001 11010000 10110 100011

Color Harmonies of #465B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B6E

Black with #465B6E

Text Example


Text Example

White with #465B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,110); }

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

background-color css

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

 a { background-color: rgb(70,91,110); }

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

border-color css

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

 span { border-color: rgb(70,91,110); }

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