Html Css Color HEX #465A67 Fiord

📋 copy color: '#465A67'

red 70 ◦ green 90 ◦ blue 103

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

Shades of Fiord #465A67

Tints of Fiord #465A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

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

R = 26.62%
G = 34.22%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465A67 (or 0x465A67) is known color: Fiord. HEX triplet: 46, 5A and 67. RGB value is (70,90,103). Sum of RGB (Red+Green+Blue) = 70+90+103=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #465A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A67 is #B9A598. Grayscale: #555555. Windows color (decimal): -12166553 or 6773318. OLE color: 6773318.

HSL color Cylindrical-coordinate representation of color #465A67: hue angle of 203.64º 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 #465A67 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 90 103 -
CMYK 0.32 0.13 0 0.60
HSL 203.64º 0.19% 0.34% -
HSV(B) 203.64º 0.32% 0.4% -
XYZ 8.63 9.59 14.23 -
YUV 85.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 70 90 103 0.32 0.13 0 0.60 203.64 0.19 0.34
Hex 46 5A 67 20 D 0 3C CC 13 22
Octal 106 132 147 40 15 0 74 314 23 42
Binary 1000110 1011010 1100111 100000 1101 0 111100 11001100 10011 100010

Color Harmonies of #465A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A67

Black with #465A67

Text Example


Text Example

White with #465A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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