Html Css Color HEX #465B67 Fiord

📋 copy color: '#465B67'

red 70 ◦ green 91 ◦ blue 103

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

Shades of Fiord #465B67

Tints of Fiord #465B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 26.52%
G = 34.47%
B = 39.02%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465B67 (or 0x465B67) is known color: Fiord. HEX triplet: 46, 5B and 67. RGB value is (70,91,103). Sum of RGB (Red+Green+Blue) = 70+91+103=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #465B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B67 is #B9A498. Grayscale: #565656. Windows color (decimal): -12166297 or 6773574. OLE color: 6773574.

HSL color Cylindrical-coordinate representation of color #465B67: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465B67 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 91 103 -
CMYK 0.32 0.12 0 0.60
HSL 201.82º 0.19% 0.34% -
HSV(B) 201.82º 0.32% 0.4% -
XYZ 8.72 9.76 14.26 -
YUV 86.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 70 91 103 0.32 0.12 0 0.60 201.82 0.19 0.34
Hex 46 5B 67 20 C 0 3C CA 13 22
Octal 106 133 147 40 14 0 74 312 23 42
Binary 1000110 1011011 1100111 100000 1100 0 111100 11001010 10011 100010

Color Harmonies of #465B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B67

Black with #465B67

Text Example


Text Example

White with #465B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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