Html Css Color HEX #464F5E Rhino

📋 copy color: '#464F5E'

red 70 ◦ green 79 ◦ blue 94

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

Shades of Rhino #464F5E

Tints of Rhino #464F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 28.81%
G = 32.51%
B = 38.68%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464F5E (or 0x464F5E) is known color: Rhino. HEX triplet: 46, 4F and 5E. RGB value is (70,79,94). Sum of RGB (Red+Green+Blue) = 70+79+94=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #464F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5E is #B9B0A1. Grayscale: #4D4D4D. Windows color (decimal): -12169378 or 6180678. OLE color: 6180678.

HSL color Cylindrical-coordinate representation of color #464F5E: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464F5E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 79 94 -
CMYK 0.26 0.16 0 0.63
HSL 217.5º 0.15% 0.32% -
HSV(B) 217.5º 0.26% 0.37% -
XYZ 7.34 7.7 11.69 -
YUV 78.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 70 79 94 0.26 0.16 0 0.63 217.5 0.15 0.32
Hex 46 4F 5E 1A 10 0 3F DA F 20
Octal 106 117 136 32 20 0 77 332 17 40
Binary 1000110 1001111 1011110 11010 10000 0 111111 11011010 1111 100000

Color Harmonies of #464F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F5E

Black with #464F5E

Text Example


Text Example

White with #464F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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