Html Css Color HEX #465F6B Fiord

📋 copy color: '#465F6B'

red 70 ◦ green 95 ◦ blue 107

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

Shades of Fiord #465F6B

Tints of Fiord #465F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 25.74%
G = 34.93%
B = 39.34%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465F6B (or 0x465F6B) is known color: Fiord. HEX triplet: 46, 5F and 6B. RGB value is (70,95,107). Sum of RGB (Red+Green+Blue) = 70+95+107=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #465F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F6B is #B9A094. Grayscale: #585858. Windows color (decimal): -12165269 or 7036742. OLE color: 7036742.

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

Color convert

RGB 70 95 107 -
CMYK 0.35 0.11 0 0.58
HSL 199.46º 0.21% 0.35% -
HSV(B) 199.46º 0.35% 0.42% -
XYZ 9.27 10.55 15.46 -
YUV 88.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 70 95 107 0.35 0.11 0 0.58 199.46 0.21 0.35
Hex 46 5F 6B 23 B 0 3A C7 15 23
Octal 106 137 153 43 13 0 72 307 25 43
Binary 1000110 1011111 1101011 100011 1011 0 111010 11000111 10101 100011

Color Harmonies of #465F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F6B

Black with #465F6B

Text Example


Text Example

White with #465F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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