Html Css Color HEX #465D6B Fiord

📋 copy color: '#465D6B'

red 70 ◦ green 93 ◦ blue 107

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

Shades of Fiord #465D6B

Tints of Fiord #465D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

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

R = 25.93%
G = 34.44%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465D6B (or 0x465D6B) is known color: Fiord. HEX triplet: 46, 5D and 6B. RGB value is (70,93,107). Sum of RGB (Red+Green+Blue) = 70+93+107=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #465D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D6B is #B9A294. Grayscale: #575757. Windows color (decimal): -12165781 or 7036230. OLE color: 7036230.

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

Color convert

RGB 70 93 107 -
CMYK 0.35 0.13 0 0.58
HSL 202.7º 0.21% 0.35% -
HSV(B) 202.7º 0.35% 0.42% -
XYZ 9.09 10.19 15.4 -
YUV 87.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 70 93 107 0.35 0.13 0 0.58 202.7 0.21 0.35
Hex 46 5D 6B 23 D 0 3A CB 15 23
Octal 106 135 153 43 15 0 72 313 25 43
Binary 1000110 1011101 1101011 100011 1101 0 111010 11001011 10101 100011

Color Harmonies of #465D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D6B

Black with #465D6B

Text Example


Text Example

White with #465D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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