Html Css Color HEX #464F5C Tuna

📋 copy color: '#464F5C'

red 70 ◦ green 79 ◦ blue 92

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

Shades of Tuna #464F5C

Tints of Tuna #464F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 29.05%
G = 32.78%
B = 38.17%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464F5C (or 0x464F5C) is known color: Tuna. HEX triplet: 46, 4F and 5C. RGB value is (70,79,92). Sum of RGB (Red+Green+Blue) = 70+79+92=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #464F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5C is #B9B0A3. Grayscale: #4D4D4D. Windows color (decimal): -12169380 or 6049606. OLE color: 6049606.

HSL color Cylindrical-coordinate representation of color #464F5C: hue angle of 215.45º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464F5C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 79 92 -
CMYK 0.24 0.14 0 0.64
HSL 215.45º 0.14% 0.32% -
HSV(B) 215.45º 0.24% 0.36% -
XYZ 7.25 7.67 11.22 -
YUV 77.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 70 79 92 0.24 0.14 0 0.64 215.45 0.14 0.32
Hex 46 4F 5C 18 E 0 40 D7 E 20
Octal 106 117 134 30 16 0 100 327 16 40
Binary 1000110 1001111 1011100 11000 1110 0 1000000 11010111 1110 100000

Color Harmonies of #464F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F5C

Black with #464F5C

Text Example


Text Example

White with #464F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F5C; }

 p { color: rgb(70,79,92); }

 H1.HeaderClassName
 {
   color: #464F5C;
 }
 .AnyTagClassName
 {
   color: #464F5C;
 }
</style>

background-color css

<style>
 a { background-color: #464F5C; }

 a { background-color: rgb(70,79,92); }

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

border-color css

<style>
 span { border-color: #464F5C; }

 span { border-color: rgb(70,79,92); }

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