Html Css Color HEX #465E6B Fiord

📋 copy color: '#465E6B'

red 70 ◦ green 94 ◦ blue 107

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

Shades of Fiord #465E6B

Tints of Fiord #465E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 25.83%
G = 34.69%
B = 39.48%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465E6B (or 0x465E6B) is known color: Fiord. HEX triplet: 46, 5E and 6B. RGB value is (70,94,107). Sum of RGB (Red+Green+Blue) = 70+94+107=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #465E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E6B is #B9A194. Grayscale: #585858. Windows color (decimal): -12165525 or 7036486. OLE color: 7036486.

HSL color Cylindrical-coordinate representation of color #465E6B: hue angle of 201.08º 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 #465E6B is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 94 107 -
CMYK 0.35 0.12 0 0.58
HSL 201.08º 0.21% 0.35% -
HSV(B) 201.08º 0.35% 0.42% -
XYZ 9.18 10.37 15.43 -
YUV 88.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 70 94 107 0.35 0.12 0 0.58 201.08 0.21 0.35
Hex 46 5E 6B 23 C 0 3A C9 15 23
Octal 106 136 153 43 14 0 72 311 25 43
Binary 1000110 1011110 1101011 100011 1100 0 111010 11001001 10101 100011

Color Harmonies of #465E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E6B

Black with #465E6B

Text Example


Text Example

White with #465E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,107); }

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

background-color css

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

 a { background-color: rgb(70,94,107); }

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

border-color css

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

 span { border-color: rgb(70,94,107); }

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