Html Css Color HEX #465A6C Fiord

📋 copy color: '#465A6C'

red 70 ◦ green 90 ◦ blue 108

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

Shades of Fiord #465A6C

Tints of Fiord #465A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 26.12%
G = 33.58%
B = 40.3%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465A6C (or 0x465A6C) is known color: Fiord. HEX triplet: 46, 5A and 6C. RGB value is (70,90,108). Sum of RGB (Red+Green+Blue) = 70+90+108=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #465A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A6C is #B9A593. Grayscale: #555555. Windows color (decimal): -12166548 or 7100998. OLE color: 7100998.

HSL color Cylindrical-coordinate representation of color #465A6C: hue angle of 208.42º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465A6C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 90 108 -
CMYK 0.35 0.17 0 0.58
HSL 208.42º 0.21% 0.35% -
HSV(B) 208.42º 0.35% 0.42% -
XYZ 8.89 9.7 15.59 -
YUV 86.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 70 90 108 0.35 0.17 0 0.58 208.42 0.21 0.35
Hex 46 5A 6C 23 11 0 3A D0 15 23
Octal 106 132 154 43 21 0 72 320 25 43
Binary 1000110 1011010 1101100 100011 10001 0 111010 11010000 10101 100011

Color Harmonies of #465A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A6C

Black with #465A6C

Text Example


Text Example

White with #465A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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