Html Css Color HEX #465A69 Fiord

📋 copy color: '#465A69'

red 70 ◦ green 90 ◦ blue 105

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

Shades of Fiord #465A69

Tints of Fiord #465A69

RGB

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

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

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

R = 26.42%
G = 33.96%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465A69 (or 0x465A69) is known color: Fiord. HEX triplet: 46, 5A and 69. RGB value is (70,90,105). Sum of RGB (Red+Green+Blue) = 70+90+105=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #465A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A69 is #B9A596. Grayscale: #555555. Windows color (decimal): -12166551 or 6904390. OLE color: 6904390.

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

Color convert

RGB 70 90 105 -
CMYK 0.33 0.14 0 0.59
HSL 205.71º 0.2% 0.34% -
HSV(B) 205.71º 0.33% 0.41% -
XYZ 8.73 9.63 14.76 -
YUV 85.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 70 90 105 0.33 0.14 0 0.59 205.71 0.2 0.34
Hex 46 5A 69 21 E 0 3B CE 14 22
Octal 106 132 151 41 16 0 73 316 24 42
Binary 1000110 1011010 1101001 100001 1110 0 111011 11001110 10100 100010

Color Harmonies of #465A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A69

Black with #465A69

Text Example


Text Example

White with #465A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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