#3E464F

Color #3E464F Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #3E464F

Tints of Rhino #3E464F

Color information

#3E464F (or 0x3E464F) is unknown color: approx Rhino. HEX triplet: 3E, 46 and 4F. RGB value is (62,70,79). Sum of RGB (Red+Green+Blue) = 62+70+79=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E464F is #C1B9B0. Grayscale: #444444. Windows color (decimal): -12695985 or 5195326. OLE color: 5195326.

HSL color Cylindrical-coordinate representation of color #3E464F: hue angle of 211.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E464F is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB627079-
CMYK0.220.1100.69
HSL211.76º12.06%27.65%-
HSV(B)211.76º21.52%30.98%-
XYZ5.595.978.25-
YUV68.63133.85123.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=29.38%
G=33.18%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6270790.220.1100.69211.7612.0627.65
Hex3E464F16B045d4c1c
Octal76106117261301053241434
Binary111110100011010011111011010110100010111010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E464F; }

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

 H1.HeaderClassName
 {
   color: #3E464F;
 }
 .AnyTagClassName
 {
   color: #3E464F;
 }
</style>
background-color css

<style>
 a { background-color: #3E464F; }

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

 div.DivClassName
 {
   background-color: #3E464F;
 }
 .BgClassName
 {
   background-color: #3E464F;
 }
</style>
border-color css

<style>
 span { border-color: #3E464F; }

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

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