Html Css Color HEX #46606F Fiord

📋 copy color: '#46606F'

red 70 ◦ green 96 ◦ blue 111

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

Shades of Fiord #46606F

Tints of Fiord #46606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 25.27%
G = 34.66%
B = 40.07%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46606F (or 0x46606F) is known color: Fiord. HEX triplet: 46, 60 and 6F. RGB value is (70,96,111). Sum of RGB (Red+Green+Blue) = 70+96+111=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #46606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46606F is #B99F90. Grayscale: #595959. Windows color (decimal): -12165009 or 7299142. OLE color: 7299142.

HSL color Cylindrical-coordinate representation of color #46606F: hue angle of 201.95º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46606F is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 96 111 -
CMYK 0.37 0.14 0 0.56
HSL 201.95º 0.23% 0.35% -
HSV(B) 201.95º 0.37% 0.44% -
XYZ 9.58 10.82 16.62 -
YUV 89.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 70 96 111 0.37 0.14 0 0.56 201.95 0.23 0.35
Hex 46 60 6F 25 E 0 38 CA 17 23
Octal 106 140 157 45 16 0 70 312 27 43
Binary 1000110 1100000 1101111 100101 1110 0 111000 11001010 10111 100011

Color Harmonies of #46606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46606F

Black with #46606F

Text Example


Text Example

White with #46606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46606F; }

 p { color: rgb(70,96,111); }

 H1.HeaderClassName
 {
   color: #46606F;
 }
 .AnyTagClassName
 {
   color: #46606F;
 }
</style>

background-color css

<style>
 a { background-color: #46606F; }

 a { background-color: rgb(70,96,111); }

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

border-color css

<style>
 span { border-color: #46606F; }

 span { border-color: rgb(70,96,111); }

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