Html Css Color HEX #46606E Fiord

📋 copy color: '#46606E'

red 70 ◦ green 96 ◦ blue 110

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

Shades of Fiord #46606E

Tints of Fiord #46606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 25.36%
G = 34.78%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46606E (or 0x46606E) is known color: Fiord. HEX triplet: 46, 60 and 6E. RGB value is (70,96,110). Sum of RGB (Red+Green+Blue) = 70+96+110=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #46606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46606E is #B99F91. Grayscale: #595959. Windows color (decimal): -12165010 or 7233606. OLE color: 7233606.

HSL color Cylindrical-coordinate representation of color #46606E: hue angle of 201º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46606E is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 96 110 -
CMYK 0.36 0.13 0 0.57
HSL 201º 0.22% 0.35% -
HSV(B) 201º 0.36% 0.43% -
XYZ 9.52 10.79 16.33 -
YUV 89.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 70 96 110 0.36 0.13 0 0.57 201 0.22 0.35
Hex 46 60 6E 24 D 0 39 C9 16 23
Octal 106 140 156 44 15 0 71 311 26 43
Binary 1000110 1100000 1101110 100100 1101 0 111001 11001001 10110 100011

Color Harmonies of #46606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46606E

Black with #46606E

Text Example


Text Example

White with #46606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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